- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Foundation 
- Interfaces
- 
									- IEnumerator
 
- Base Types
- 
									- Object
 
- Derived Types
							graph BT
	Type-->Base0["Object"]
	Type-.->Interface0["IEnumerator"]
	Type["AbstractTreeIterator"]
class Type type-node
	Derived0["TreeNodeIterator"]-->Type
	click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/TreeNodeIterator"
	Derived1["TreeKeyIterator"]-->Type
	click Derived1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/TreeKeyIterator"
						
					Syntax
public abstract class AbstractTreeIterator : IEnumeratorConstructors
| Name | Summary | 
|---|---|
| AbstractTreeIterator | 
Properties
| Name | Value | Summary | 
|---|---|---|
| Current | Object | 
Methods
| Name | Value | Summary | 
|---|---|---|
| CurrentValue | Object | |
| MoveNext | bool | |
| Reset | void |