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
為負。