Apply
ListUtils.Apply<T> method
Algoritme toepassen voor elk lijstelement vanaf opgegeven positie.
public static void Apply<T>(IList<T> list, IAlgorithm<T> algorithm, int startIndex)
| Parameter | Beschrijving |
|---|---|
| T | Het type object waarop het algoritme moet worden toegepast. |
| list | Lijst om te verwerken. |
| algorithm | Toegepast algoritme. |
| startIndex | Positie beginelement. |
Zie ook
- interface IAlgorithm<T>
- class ListUtils
- naamruimte Aspose.Tasks.Util
- montage Aspose.Tasks