CustomAttributeValue<TType> Construtor

Definição

Inicializa uma nova instância da estrutura CustomAttributeValue<TType> usando os argumentos fixos e nomeados especificados.

public:
 CustomAttributeValue(System::Collections::Immutable::ImmutableArray<System::Reflection::Metadata::CustomAttributeTypedArgument<TType>> fixedArguments, System::Collections::Immutable::ImmutableArray<System::Reflection::Metadata::CustomAttributeNamedArgument<TType>> namedArguments);
public CustomAttributeValue (System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.CustomAttributeTypedArgument<TType>> fixedArguments, System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.CustomAttributeNamedArgument<TType>> namedArguments);
new System.Reflection.Metadata.CustomAttributeValue<'ype> : System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.CustomAttributeTypedArgument<'ype>> * System.Collections.Immutable.ImmutableArray<System.Reflection.Metadata.CustomAttributeNamedArgument<'ype>> -> System.Reflection.Metadata.CustomAttributeValue<'ype>
Public Sub New (fixedArguments As ImmutableArray(Of CustomAttributeTypedArgument(Of TType)), namedArguments As ImmutableArray(Of CustomAttributeNamedArgument(Of TType)))

Parâmetros

fixedArguments
ImmutableArray<CustomAttributeTypedArgument<TType>>

Os argumentos fixos.

namedArguments
ImmutableArray<CustomAttributeNamedArgument<TType>>

Os argumentos nomeados.

Aplica-se a