Apply
Apply
Apply algorithm for each list element starting from specified position.
Returns: static void Aspose::Tasks::Util::
Apply(const System::SharedPtr< System::Collections::Generic::IList< T >> & list, const System::SharedPtr< IAlgorithm < T >> & algorithm, int32_t startIndex)
| Parameter | Description |
|---|---|
| list | List to process. |
| algorithm | Applied algorithm. |
| startIndex | Start element position. |