HttpApplicationStateWrapper.RemoveAt(Int32) メソッド

定義

インデックスで指定されたオブジェクトをコレクションから削除します。

public:
 override void RemoveAt(int index);
public override void RemoveAt(int index);
override this.RemoveAt : int -> unit
Public Overrides Sub RemoveAt (index As Integer)

パラメーター

index
Int32

削除する項目のコレクション内の位置。

例外

index がコレクションの有効なインデックスの範囲外です。

適用対象