GenericParameter.Index プロパティ

定義

宣言するジェネリック型またはメソッド宣言内のパラメーターの 0 から始まるインデックスを取得します。

public:
 property int Index { int get(); };
public int Index { get; }
member this.Index : int
Public ReadOnly Property Index As Integer

プロパティ値

注釈

NumberGenericParamテーブルのフィールドに対応します。

適用対象