CustomAttributeNamedArgument<TType> Estrutura

Definição

Representa um argumento nomeado decodificado a partir de uma assinatura de atributo personalizada.

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

Parâmetros de Tipo Genérico

TType

O tipo usado para representar tipos de valores decodificados a partir da assinatura personalizada do atributo.

Herança
CustomAttributeNamedArgument<TType>

Construtores

Name Description
CustomAttributeNamedArgument<TType>(String, CustomAttributeNamedArgumentKind, TType, Object)

Inicializa uma nova instância da CustomAttributeNamedArgument<TType> estrutura usando o nome, tipo, tipo e valor especificados.

Propriedades

Name Description
Kind

Percebe o tipo de argumento.

Name

É o nome do argumento.

Type

Percebe o tipo de discussão.

Value

Percebe o valor do argumento.

Aplica-se a