Removes the item at the specified index of the current instance.
- index
- A int that specifies the zero-based index of the item to remove.
Type Reason ArgumentOutOfRangeException index is not a valid index in current instance. NotSupportedException The current instance is read-only or has a fixed size.
Operation
As described above.Usage
Use IList.RemoveAt(int) to delete a specified object from the current instance.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0