GenericParameter.Index プロパティ

定義

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

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

プロパティ値

注釈

NumberECMA-335 Standard のテーブルのフィールドGenericParamに対応します。

適用対象