Metalama//API Documentation/Aspect API/Metalama.​Framework.​Code.​Declaration­Builders/Attribute­Construction/Named­Arguments
Open sandboxFocus

Property NamedArguments

NamedArguments

Gets the named arguments, i.e. the assigned fields and properties. Note that the order may be important in case of non-trivial property setters.

Declaration
public INamedArgumentList NamedArguments { get; }
Property Value
Type Description
INamedArgumentList
Implements
IAttributeData.NamedArguments