PostSharpAPI ReferencePost­Sharp.​ReflectionObject­ConstructionNamed­Arguments
Open sandboxFocus

ObjectConstruction.NamedArguments Property

NamedArguments

Gets the collection of named arguments.

Declaration
public IDictionary<string, object> NamedArguments { get; }
Property Value
Type Description
IDictionary<System.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.