IArgumentsReader Interface |
Provides read access to the collection of deserialized arguments.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IArgumentsReader
The IArgumentsReader type exposes the following members.
Name | Description | |
---|---|---|
MetadataDispenser |
When deserializing PostSharp aspects, gets the IMetadataDispenser corresponding to the MetadataEmitter
used at build time.
|
Name | Description | |
---|---|---|
GetValue<T> |
Reads a value from the collection, and throws an exception if the value does not exist.
| |
TryGetValue<T> |
Attempts to read a value from the collection, and does not throw an exception if the value does not exist.
|