CustomAttributeNamedArgument<TType> Estrutura

Definição

Representa um argumento nomeado decodificado de uma assinatura de atributo personalizado.

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 personalizada.

Herança
CustomAttributeNamedArgument<TType>

Construtores

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

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

Propriedades

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