CustomAttributeValue<TType> Estructura

Definición

Representa un atributo personalizado del tipo especificado por 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

Tipo de atributo.

Herencia
CustomAttributeValue<TType>

Constructores

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

Inicializa una nueva instancia de la estructura CustomAttributeValue<TType> mediante los argumentos fijos y los argumentos con nombre especificados.

Propiedades

FixedArguments

Obtiene los argumentos fijos para el atributo personalizado.

NamedArguments

Obtiene los argumentos con nombre para el valor del atributo personalizado.

Se aplica a