ObjectConstruction.NamedArguments Property |
Gets the collection of named arguments.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.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.