ListUtils.Apply
ListUtils.Apply<T> method
Appliquer l’algorithme pour chaque élément de la liste à partir de la position spécifiée.
public static void Apply<T>(IList<T> list, IAlgorithm<T> algorithm, int startIndex)
Paramètre | La description |
---|---|
T | Type d’objet auquel appliquer l’algorithme. |
list | Liste à traiter. |
algorithm | Algorithme appliqué. |
startIndex | Position de départ de l’élément. |
Voir également
- interface IAlgorithm<T>
- class ListUtils
- espace de noms Aspose.Tasks.Util
- Assemblée Aspose.Tasks