CustomAttributeTypedArgument<TType> Estrutura

Definição

Representa um argumento tipado para um atributo de metadados personalizado.

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 Genérico

TType

O tipo de discussão.

Herança
CustomAttributeTypedArgument<TType>

Construtores

Name Description
CustomAttributeTypedArgument<TType>(TType, Object)

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

Propriedades

Name Description
Type

Percebe o tipo de discussão.

Value

Percebe o valor do argumento.

Aplica-se a