NamedArguments
Gets the collection of named arguments.
Declaration
public IDictionary<string, object> NamedArguments { get; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Remarks
This collection is a dictionary associating the name of public a field or property of the custom attributes to the value that should be assigned to it.