Click or drag to resize

GenericTreeTTraverse method

List of overloads
 NameDescription of the
Public MethodTraverse(ActionInt32, T) Goes recursively through the tree and calls the action for each node.
Public MethodTraverse(FuncInt32, T, Object, Object) Goes recursively through the tree and calls the action for each node.
Protected MethodTraverse(Int32, ActionInt32, T) Recursive auxiliary routine for the public routine 'Traverse'.
Protected MethodTraverse(Int32, FuncInt32, T, Object, Object, Object) Recursive auxiliary routine for the public routine 'Traverse'.
Back to the top
See also