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

Il tipo di argomento.

Ereditarietà
CustomAttributeTypedArgument<TType>

Costruttori

CustomAttributeTypedArgument<TType>(TType, Object)

Inizializza una nuova istanza della struttura CustomAttributeTypedArgument<TType> con il tipo e il valore dell'argomento specificato.

Proprietà

Type

Ottiene il tipo dell'argomento.

Value

Ottiene il valore dell'argomento.

Si applica a