IndexedIterator Class

Summary

Basic functionality for implementing iterators for fixed length structures whose elements can be efficiently accessed by a numeric index.
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["IndexedIterator"] class Type type-node Derived0["ArrayIterator4"]-->Type click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/ArrayIterator4"

Syntax

public abstract class IndexedIterator : IEnumerator

Remarks

Basic functionality for implementing iterators for fixed length structures whose elements can be efficiently accessed by a numeric index.

Constructors

Name Summary
IndexedIterator(int)

Properties

Name Value Summary
Current Object

Methods

Name Value Summary
Get(int) Object
MoveNext() bool
Reset() void