共用方式為


HttpSessionStateWrapper.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 小於零。

-或-

index 等於或大於 Count

適用於