Type.MakeGenericMethodParameter(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个签名类型对象,该对象可传递到 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
为负数。