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

引数値。

適用対象