HttpSessionStateBase::RemoveAt Method (Int32)
.NET Framework (current version)
When overridden in a derived class, deletes the item at the specified index from the session-state collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The index of the item to remove from the session-state collection.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: