HttpSessionState.RemoveAt(Int32) 方法

定義

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

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

參數

index
Int32

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

例外狀況

index 小於零。

-或-

index 等於或大於 Count

適用於

另請參閱