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)
ParameterDescription
indexThe index to insert at.
itemThe item to insert.