CustomAttributeValue<TType>.NamedArguments Propriété

Définition

Obtient les arguments nommés pour la valeur d’attribut personnalisé.

public:
 property System::Collections::Immutable::ImmutableArray<System::Reflection::Metadata::CustomAttributeNamedArgument<TType>> NamedArguments { System::Collections::Immutable::ImmutableArray<System::Reflection::Metadata::CustomAttributeNamedArgument<TType>> get(); };
public System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.CustomAttributeNamedArgument<TType>> NamedArguments { get; }
member this.NamedArguments : System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.CustomAttributeNamedArgument<'ype>>
Public ReadOnly Property NamedArguments As ImmutableArray(Of CustomAttributeNamedArgument(Of TType))

Valeur de propriété

Tableau immuable d’arguments.

S’applique à