Type.MakeGenericMethodParameter(Int32) メソッド

定義

ジェネリック パラメーター参照を表すために、Type[] メソッドのGetMethod配列パラメーターに渡すことができるシグネチャ型オブジェクトを返します。

public:
 static Type ^ MakeGenericMethodParameter(int position);
public static Type MakeGenericMethodParameter(int position);
static member MakeGenericMethodParameter : int -> Type
Public Shared Function MakeGenericMethodParameter (position As Integer) As Type

パラメーター

position
Int32

型指定されたパラメーターの位置。

返品

ジェネリック パラメーター参照を表すために、Type[] メソッドのGetMethod配列パラメーターに渡すことができるシグネチャ型オブジェクト。

例外

position が負の値です。

適用対象