DoLocal(Action<TreeListNode>, TreeListNodes)
|
execute, nodes
|
Performs a specific operation on TreeList nodes.
|
DoLocal(Action<TreeListNode>, Predicate<TreeListNode>, TreeListNodes)
|
execute, canContinueIteration, nodes
|
Performs a specific operation on TreeList nodes.
|
DoLocal(Action<TreeListNode>, Predicate<TreeListNode>, Predicate<TreeListNode>, TreeListNodes)
|
execute, canContinueIteration, canExecute, nodes
|
Performs a specific operation on TreeList nodes that fit the specific criteria.
|
DoLocal(Action<TreeListNode>, Predicate<TreeListNode>, Predicate<TreeListNode>, Predicate<TreeListNode>, TreeListNodes)
|
execute, canContinueIteration, canExecute, visitChildren, nodes
|
Performs a specific operation on TreeList nodes that fit the specific criteria. Can also perform the same operation on child nodes owned by the processed nodes.
|