CustomAttributeTypedArgument<TType>(TType, Object) Costruttore

Definizione

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

public:
 CustomAttributeTypedArgument(TType type, System::Object ^ value);
public CustomAttributeTypedArgument (TType type, object? value);
public CustomAttributeTypedArgument (TType type, object value);
new System.Reflection.Metadata.CustomAttributeTypedArgument<'ype> : 'ype * obj -> System.Reflection.Metadata.CustomAttributeTypedArgument<'ype>
Public Sub New (type As TType, value As Object)

Parametri

type
TType

Il tipo di argomento.

value
Object

Valore dell'argomento.

Si applica a