- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Foundation - Interfaces
-
- IEnumerator
- Base Types
-
- Object
- CompositeIterator4
graph BT
Type-->Base0["CompositeIterator4"]
click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/CompositeIterator4"
Base0-->Base1["Object"]
Type-.->Interface0["IEnumerator"]
Type["FlatteningIterator"]
class Type type-node
Syntax
public class FlatteningIterator : CompositeIterator4, IEnumerator
Constructors
| Name | Summary |
|---|---|
| FlatteningIterator |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| _currentIterator |
Inherited from CompositeIterator4
|
|
| _iterators |
Inherited from CompositeIterator4
|
Properties
| Name | Value | Summary |
|---|---|---|
| Current | Object |
Inherited from CompositeIterator4
|
Methods
| Name | Value | Summary |
|---|---|---|
| CurrentIterator |
IEnumerator |
Inherited from CompositeIterator4
|
| MoveNext |
bool | |
| NextIterator |
IEnumerator |
Inherited from CompositeIterator4
|
| Reset |
void |
Inherited from CompositeIterator4
|