CustomAttributeTypedArgument<TType>(TType, Object) Конструктор

Определение

Инициализирует новый экземпляр структуры CustomAttributeTypedArgument<TType> с использованием заданного типа и значения аргумента.

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)

Параметры

type
TType

Тип аргумента.

value
Object

Значение аргумента.

Применяется к