CustomAttributeValue<TType> Estrutura

Definição

Representa um atributo personalizado do tipo especificado por TType.

generic <typename TType>
public value class CustomAttributeValue
public readonly struct CustomAttributeValue<TType>
public struct CustomAttributeValue<TType>
type CustomAttributeValue<'ype> = struct
Public Structure CustomAttributeValue(Of TType)

Parâmetros de Tipo Genérico

TType

O tipo de atributo.

Herança
CustomAttributeValue<TType>

Construtores

Name Description
CustomAttributeValue<TType>(ImmutableArray<CustomAttributeTypedArgument<TType>>, ImmutableArray<CustomAttributeNamedArgument<TType>>)

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

Propriedades

Name Description
FixedArguments

Obtém os argumentos fixos para o atributo personalizado.

NamedArguments

Obtém os argumentos nomeados para o valor do atributo personalizado.

Aplica-se a