CustomAttributeTypedArgument<TType> Struct

Definizione

Rappresenta un argomento tipizzato per un attributo di metadati personalizzato.

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)

Parametri di tipo

TType

Tipo dell'argomento.

Ereditarietà
CustomAttributeTypedArgument<TType>

Costruttori

Nome Descrizione
CustomAttributeTypedArgument<TType>(TType, Object)

Inizializza una nuova istanza della CustomAttributeTypedArgument<TType> struttura utilizzando il tipo di argomento e il valore specificati.

Proprietà

Nome Descrizione
Type

Ottiene il tipo dell'argomento.

Value

Ottiene il valore dell'argomento.

Si applica a