BoundsCheckableList1.Insert
BoundsCheckableList<T>.Insert method
Inserts an element into the System.Collections.Generic.List at the specified index.
public void Insert(int index, T item)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based index at which item should be inserted. |
item | T | The object to insert. The value can be null for reference types. |
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | index is less than 0. -or- index is greater than Count. |
See Also
- class BoundsCheckableList<T>
- namespace Aspose.Pdf
- assembly Aspose.PDF