HttpSessionStateBase.RemoveAt(Int32) Method

Definition

When overridden in a derived class, deletes the item at the specified index from the session-state collection.

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

Parameters

index
Int32

The index of the item to remove from the session-state collection.

Exceptions

Applies to