Share via


ParameterElement.Index 屬性

定義

取得或設定泛型已知型別的位置。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property int Index { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("index", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int Index { get; set; }
[<System.Configuration.ConfigurationProperty("index", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.Index : int with get, set
Public Property Index As Integer

屬性值

包含於泛型已宣告型別中之參數的位置。

屬性

適用於