Leer en inglés

Compartir vía


CustomAttributeValue<TType> Estructura

Definición

Representa un atributo personalizado del tipo especificado por TType.

C#
public readonly struct CustomAttributeValue<TType>
C#
public struct CustomAttributeValue<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

Producto Versiones
.NET Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0