共用方式為


HttpSessionStateContainer.RemoveAt(Int32) 方法

定義

刪除來自工作階段狀態集合的特定索引的項目。

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

參數

index
Int32

要從工作階段狀態集合移除的項目索引。

實作

例外狀況

index 小於零。

-或-

index 等於或大於 Count

適用於

另請參閱