Provides read access to the collection of deserialized arguments.
Namespace: PostSharp.Serialization
Assembly: PostSharp.dll
Syntax
[InternalImplement]
public interface IArgumentsReaderProperties
| 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. |