AttributeCodeFragment.NamedArguments Property

Definition

Gets the attribute's named arguments.

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })]
public virtual System.Collections.Generic.IReadOnlyDictionary<string,object?> NamedArguments { get; }
public virtual System.Collections.Generic.IReadOnlyDictionary<string,object?> NamedArguments { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })>]
member this.NamedArguments : System.Collections.Generic.IReadOnlyDictionary<string, obj>
member this.NamedArguments : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public Overridable ReadOnly Property NamedArguments As IReadOnlyDictionary(Of String, Object)

Property Value

The arguments.

Attributes

Applies to