CustomAttributeNamedArgument<TType> Estructura

Definición

Representa un argumento con nombre descodificado a partir de una firma de atributos personalizados.

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

Parámetros de tipo

TType

Tipo utilizado para representar tipos de valores descodificados de la firma de atributo personalizado.

Herencia
CustomAttributeNamedArgument<TType>

Constructores

CustomAttributeNamedArgument<TType>(String, CustomAttributeNamedArgumentKind, TType, Object)

Inicializa una nueva instancia de la estructura CustomAttributeNamedArgument<TType> mediante el nombre, tipo y valor especificados.

Propiedades

Kind

Obtiene el tipo de un argumento.

Name

Obtiene el nombre del argumento.

Type

Obtiene el tipo del argumento.

Value

Obtiene el valor del argumento.

Se aplica a