TaskCollection.Insert
TaskCollection.Insert method
This is the stub implementation of IList’s Insert method, that only throws NotSupportedException
public void Insert(int index, Task item)
Parameter | Type | Description |
---|---|---|
index | Int32 | The index to insert at. |
item | Task | The item to insert. |
See Also
- class Task
- class TaskCollection
- namespace Aspose.Tasks
- assembly Aspose.Tasks