CustomAttributeTypedArgument<TType>(TType, Object) Konstruktor

Definicja

Inicjuje nowe wystąpienie struktury przy użyciu określonego typu argumentu CustomAttributeTypedArgument<TType> i wartości.

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

Wartość argumentu.

Dotyczy