NonGenericList.Insert
NonGenericList.Insert method
Inserts an item to the IList at the specified index.
public void Insert(int index, object value)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based index at which value should be inserted. |
value | Object | The Object to insert into the IList. |
See Also
- class NonGenericList
- namespace Aspose.Imaging
- assembly Aspose.Imaging