System.Web.SessionState.SessionStateItemCollection.RemoveAt Method

Deletes an item at a specified index from the collection.

Syntax

public void RemoveAt (int index)

Parameters

index
The index of the item to remove from the collection.

Remarks

If the System.Web.SessionState.SessionStateItemCollection collection does not contain an element with the specified name, the collection remains unchanged. No exception is thrown.

Requirements

Namespace: System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0