HttpApplicationStateWrapper::RemoveAt Method (Int32)
.NET Framework (current version)
Removes the object specified by index from the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The position in the collection of the item to remove.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is outside the valid range of indexes for the collection. |
.NET Framework
Available since 3.5
Available since 3.5
Show: