Summary
Traverses a tree with a starting point node.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Foundation - Containing Type
- Tree
Syntax
public static void Traverse(Tree tree, Tree startingNode, ICancellableVisitor4 visitor)
Remarks
Traverses a tree with a starting point node.
If there is no exact match for the starting node, the next higher will be taken.
Parameters
| Name | Type | Description |
|---|---|---|
| tree | Tree | |
| startingNode | Tree | |
| visitor | ICancellableVisitor4 |
Return Value
| Type | Description |
|---|---|
| void |