Type.MakeGenericMethodParameter(Int32) メソッド

定義

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

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 が負の値です。

適用対象