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

引數值。

適用於