CustomAttributeTypedArgument<TType>(TType, Object) Konstruktor

Definition

Initierar en ny instans av CustomAttributeTypedArgument<TType> strukturen med den angivna argumenttypen och värdet.

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)

Parametrar

type
TType

Typen av argument.

value
Object

Argumentvärdet.

Gäller för