Mono Class Library: System.Collections.IList Overview | MembersSystem.Collections.IList.RemoveAt Method |
Removes the item at the specified index of the current instance. [Edit]
|
Type Reason ArgumentOutOfRangeException index is not a valid index in current instance. [Edit] NotSupportedException The current instance is read-only or has a fixed size. [Edit]
Operation
As described above.Usage
Use IList.RemoveAt(int) to delete a specified object from the current instance. [Edit]
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0