PostSharpAPI ReferencePost­Sharp.​SerializationIArguments­Reader
Open sandboxFocus

IArgumentsReader Interface

Provides read access to the collection of deserialized arguments.

Namespace: PostSharp.Serialization
Assembly: PostSharp.dll
Syntax
[InternalImplement]
public interface IArgumentsReader

Properties

Name Description
MetadataDispenser

When deserializing PostSharp aspects, gets the IMetadataDispenser corresponding to the MetadataEmitter used at build time.

Methods

Name Description
GetValue<T>(String, String)

Reads a value from the collection, and throws an exception if the value does not exist.

TryGetValue<T>(String, out T, String)

Attempts to read a value from the collection, and does not throw an exception if the value does not exist.