Apply

TaskUtils.Apply method

指定されたアルゴリズムをツリーの各タスクに適用します。

public static void Apply(Task root, ITreeAlgorithm<Task> alg, int level)
パラメータタイプ説明
rootTask木の根
algITreeAlgorithm`1適用アルゴリズム。
levelInt32ルート タスクのレベル。

関連項目