ArrayListInsert Method |
Namespace: System.Collections
public virtual void Insert( int index, Object value )
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is less than zero.-or- index is greater than Count. |
NotSupportedException | The ArrayList is read-only.-or- The ArrayList has a fixed size. |