ArrayListReverse Method (Int32, Int32) |
Namespace: System.Collections
public virtual void Reverse( int index, int count )
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is less than zero.-or- count is less than zero. |
ArgumentException | index and count do not denote a valid range of elements in the ArrayList. |
NotSupportedException | The ArrayList is read-only. |