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

Nombre Description
CustomAttributeTypedArgument<TType>(TType, Object)

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

Propiedades

Nombre Description
Type

Obtiene el tipo del argumento .

Value

Obtiene el valor del argumento .

Se aplica a