CustomAttributeTypedArgument<TType> Estrutura

Definição

Representa um argumento de tipo para um atributo de metadados personalizados.

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

Parâmetros de tipo

TType

O tipo do argumento.

Herança
CustomAttributeTypedArgument<TType>

Construtores

CustomAttributeTypedArgument<TType>(TType, Object)

Inicializa uma nova instância da estrutura CustomAttributeTypedArgument<TType> usando o tipo e o valor do argumento especificado.

Propriedades

Type

Obtém o tipo do argumento.

Value

Obtém o valor do argumento.

Aplica-se a