CustomAttributeNamedArgument<TType> Estrutura

Definição

Representa um argumento nomeado decodificado 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

TType

O tipo usado para representar tipos de valores decodificados da assinatura de atributo personalizado.

Herança
CustomAttributeNamedArgument<TType>

Construtores

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

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

Propriedades

Nome Description
Kind

Obtém o tipo de argumento.

Name

Obtém o nome do argumento.

Type

Obtém o tipo do argumento.

Value

Obtém o valor do argumento.

Aplica-se a