TaskUtils.Apply

TaskUtils.Apply method

Applique l’algorithme spécifié à chaque tâche d’un arbre.

public static void Apply(Task root, ITreeAlgorithm<Task> alg, int level)
ParamètreTaperLa description
rootTaskRacine de l’arbre
algITreeAlgorithm`1Algorithme appliqué.
levelInt32Niveau de la tâche racine.

Voir également