CustomAttributeValue<TType>.FixedArguments Propiedad

Definición

Obtiene los argumentos fijos para el atributo personalizado.

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))

Valor de propiedad

Matriz inmutable de argumentos.

Se aplica a