ListUtils.Apply
ListUtils.Apply<T> method
Belirtilen konumdan başlayarak her liste öğesi için algoritmayı uygulayın.
public static void Apply<T>(IList<T> list, IAlgorithm<T> algorithm, int startIndex)
| Parametre | Tanım |
|---|---|
| T | Algoritmanın uygulanacağı nesnenin türü. |
| list | İşlenecek liste. |
| algorithm | Uygulanan algoritma. |
| startIndex | Eleman konumunu başlat. |
Ayrıca bakınız
- interface IAlgorithm<T>
- class ListUtils
- ad alanı Aspose.Tasks.Util
- toplantı Aspose.Tasks