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)
ParameterDescription
listList to process.
algorithmApplied algorithm.
startIndexStart element position.