Apply

ListUtils.Apply<T> method

지정된 위치에서 시작하는 각 목록 요소에 대한 알고리즘을 적용합니다.

public static void Apply<T>(IList<T> list, IAlgorithm<T> algorithm, int startIndex)
모수설명
T알고리즘을 적용할 개체의 유형입니다.
list처리할 목록입니다.
algorithm적용된 알고리즘.
startIndex시작 요소 위치.

또한보십시오