ArrayListRemoveAt Method |
Namespace: System.Collections
public virtual void RemoveAt( int index )
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is less than zero.-or- index is equal to or greater than Count. |
NotSupportedException | The ArrayList is read-only.-or- The ArrayList has a fixed size. |