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

TType

O tipo do argumento.

Herança
CustomAttributeTypedArgument<TType>

Construtores

Nome Description
CustomAttributeTypedArgument<TType>(TType, Object)

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

Propriedades

Nome Description
Type

Obtém o tipo do argumento.

Value

Obtém o valor do argumento.

Aplica-se a