ISessionStateItemCollection.RemoveAt Method
.NET Framework 3.0
Deletes an item at a specified index from the collection.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
In implementing the RemoveAt method, you should set the Dirty property to true to indicatevalues in the ISessionStateItemCollection implementation have not been modified.
Your implementation of the RemoveAt method should throw an ArgumentOutOfRangeException exception if index is less than zero or is equal to or greater than ICollection.Count.
Community Additions
ADD
Show: