Collection4Iterator Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Foundation
Interfaces
  • IEnumerator
Base Types
graph BT Type-->Base0["Iterator4Impl"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/Iterator4Impl" Base0-->Base1["Object"] Type-.->Interface0["IEnumerator"] Type["Collection4Iterator"] class Type type-node

Syntax

public class Collection4Iterator : Iterator4Impl, IEnumerator

Constructors

Properties

Name Value Summary
Current Object

Methods

Name Value Summary
MoveNext() bool
Reset() void
Inherited from Iterator4Impl