ListUtils.Apply

ListUtils.Apply<T> method

从指定位置开始为每个列表元素应用算法。

public static void Apply<T>(IList<T> list, IAlgorithm<T> algorithm, int startIndex)
范围描述
T应用算法的对象类型。
list要处理的列表。
algorithm应用算法。
startIndex开始元素位置。

也可以看看