GenericParameter.Index 屬性

定義

取得宣告的泛型型別或方法宣告內參數之以零為起始的索引。

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

屬性值

備註

對應至 NumberECMA-335 Standard 中數據表的GenericParam欄位。

適用於