CustomAttributeNamedArgument<TType> Estructura

Definición

Representa un argumento con nombre descodificado a partir de una firma de atributo personalizada.

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 que se usa para representar tipos de valores descodificados a partir de la firma de atributo personalizado.

Herencia
CustomAttributeNamedArgument<TType>

Constructores

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

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

Propiedades

Nombre Description
Kind

Obtiene el tipo de argumento.

Name

Obtiene el nombre del argumento .

Type

Obtiene el tipo del argumento .

Value

Obtiene el valor del argumento .

Se aplica a