CustomAttributeValue<TType>.FixedArguments Vlastnost

Definice

Získá pevné argumenty pro vlastní atribut.

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

Hodnota vlastnosti

ImmutableArray<CustomAttributeTypedArgument<TType>>

Neměnné pole argumentů.

Platí pro