StateManagedCollection::IList::RemoveAt Method (Int32)
.NET Framework (current version)
Removes the IStateManager element at the specified index.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the item to remove.
Implements
IList::RemoveAt(Int32)| Exception | Condition |
|---|---|
| NotSupportedException | The StateManagedCollection is read-only. |
The OnValidate method is called to validate value before the value is removed from the collection. The OnRemove method is called before the object is removed, and the OnRemoveComplete method is called after the object is removed.
.NET Framework
Available since 2.0
Available since 2.0
Show: