HttpSessionStateWrapper.RemoveAt(Int32) Method

Definition

Deletes the item at the specified index from the session-state collection.

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

Parameters

index
Int32

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

Exceptions

index is less than zero.

-or-

index is equal to or greater than Count.

Applies to