Insert
Insert
This is the stub implementation of IList’s Insert method, that only throws NotSupportedException
Returns: void Aspose::Tasks::
Insert(int32_t index, const System::SharedPtr< Task > & item)
| Parameter | Description |
|---|---|
| index | The index to insert at. |
| item | The item to insert. |