PostSharp / / API Reference / Post­Sharp.​Reflection / Object­Construction / Named­Arguments
Open sandbox

Property NamedArguments

NamedArguments

Gets the collection of named arguments.

Declaration
public IDictionary<string, object> NamedArguments { get; }
Property Value
Type Description
IDictionary<String, Object>