Method RemoveAt
RemoveAt(int)
Removes the IList item at the specified index.
public override void RemoveAt(int index)
Parameters
indexintThe zero-based index of the item to remove.
Exceptions
- ArgumentOutOfRangeException
indexis not a valid index in the IList.- NotSupportedException
The IList is read-only.
-or-
The IList has a fixed size.