CustomAttributeValue<TType> Estrutura

Definição

Representa um atributo personalizado do tipo especificado pelo TType.

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

Parâmetros de tipo

TType

O tipo de atributo.

Herança
CustomAttributeValue<TType>

Construtores

CustomAttributeValue<TType>(ImmutableArray<CustomAttributeTypedArgument<TType>>, ImmutableArray<CustomAttributeNamedArgument<TType>>)

Inicializa uma nova instância da estrutura CustomAttributeValue<TType> usando os argumentos fixos e nomeados especificados.

Propriedades

FixedArguments

Obtém os argumentos fixos para o atributo personalizado.

NamedArguments

Obtém os argumentos nomeados para o valor de atributo personalizado.

Aplica-se a