Mono Class Library: System.Collections.Generic.IList<T> Overview | MembersSystem.Collections.Generic.IList<T>.RemoveAt Method |
Removes the item at the specified index of the current instance. [Edit]
|
- index
- A stem.Int32 that specifies the zero-based index of the item to remove. [Edit]
Type Reason ArgumentOutOfRangeException index is not a valid index in the current instance. [Edit] NotSupportedException The current instance is read-only. [Edit]
In collections of contiguous elements, such as lists, the elements that follow the removed element have indices one less than previously. If the collection is indexed, the indexes of the elements that are moved are also updated. [Edit]
Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0