Share via


AttributeCodeFragment.NamedArguments Property

Definition

Gets the attribute's named arguments.

public virtual System.Collections.Generic.IReadOnlyDictionary<string,object?> NamedArguments { get; }
member this.NamedArguments : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public Overridable ReadOnly Property NamedArguments As IReadOnlyDictionary(Of String, Object)

Property Value

The arguments.

Applies to