 | GenericTreeT Methods |
The GenericTreeT Type exposes the following members.
Methods | Name | Description of the |
---|
 | Climb2Top |
Shimmies up through the tree (up to the root)
and calls up the action for each node.
|
 | Traverse(ActionInt32, T) |
Goes recursively through the tree and calls the action for each node.
|
 | Traverse(FuncInt32, T, Object, Object) |
Goes recursively through the tree and calls the action for each node.
|
 | Traverse(Int32, ActionInt32, T) |
Recursive auxiliary routine for the public routine 'Traverse'.
|
 | Traverse(Int32, FuncInt32, T, Object, Object, Object) |
Recursive auxiliary routine for the public routine 'Traverse'.
|
Back to the top
See also