CustomAttributeValue<TType>.FixedArguments Propriété

Définition

Obtient les arguments fixes de l’attribut personnalisé.

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

Valeur de propriété

ImmutableArray<CustomAttributeTypedArgument<TType>>

Tableau immuable d’arguments.

S’applique à