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

プロパティ値

格納しているジェネリック宣言型の中でのパラメーターの位置。

属性

適用対象