ListUtils.Apply
ListUtils.Apply<T> method
从指定位置开始为每个列表元素应用算法。
public static void Apply<T>(IList<T> list, IAlgorithm<T> algorithm, int startIndex)
范围 | 描述 |
---|---|
T | 应用算法的对象类型。 |
list | 要处理的列表。 |
algorithm | 应用算法。 |
startIndex | 开始元素位置。 |
也可以看看
- interface IAlgorithm<T>
- class ListUtils
- 命名空间 Aspose.Tasks.Util
- 部件 Aspose.Tasks