ObjectConstruction.NamedArguments Property |
Gets the collection of named arguments.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)
C#
public IDictionary<string, Object> NamedArguments { get; }
Property Value
Type: IDictionary<String, Object>
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.