Sdílet prostřednictvím


CustomAttributeTypedArgument<TType>(TType, Object) Konstruktor

Definice

Inicializuje novou instanci CustomAttributeTypedArgument<TType> struktury pomocí zadaného typu argumentu a hodnoty.

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)

Parametry

type
TType

Typ argumentu.

value
Object

Hodnota argumentu.

Platí pro