CustomAttributeTypedArgument<TType> Estructura

Definición

Representa un argumento con tipo para un atributo de metadatos personalizado.

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

Parámetros de tipo

TType

Tipo del argumento.

Herencia
CustomAttributeTypedArgument<TType>

Constructores

CustomAttributeTypedArgument<TType>(TType, Object)

Inicializa una nueva instancia de la estructura CustomAttributeTypedArgument<TType> mediante el valor y tipo de argumento especificados.

Propiedades

Type

Obtiene el tipo del argumento.

Value

Obtiene el valor del argumento.

Se aplica a