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

参数值。

适用于