HttpApplicationState::RemoveAt Method (Int32)
.NET Framework (current version)
Removes an HttpApplicationState object from a collection by index.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The position in the collection of the item to remove.
The following code example demonstrates how to insert two application variables into the collection, and then use the RemoveAt method to remove the first variable in a custom HttpApplicationState object.
.NET Framework
Available since 1.1
Available since 1.1
Show: