Apply

ListUtils.Apply<T> method

指定された位置から始まる各リスト要素にアルゴリズムを適用します.

public static void Apply<T>(IList<T> list, IAlgorithm<T> algorithm, int startIndex)
パラメータ説明
Tアルゴリズムを適用するオブジェクトのタイプ。
list処理するリスト。
algorithm適用アルゴリズム。
startIndex要素の位置を開始します。

関連項目