Class IndexEnumerator
An enumerator for IndexEntry objects. This will iterate over a snapshot of the index, so the underlying index can safely be mutated during iteration.
Implements
IEnumerator<IndexEntry>
Inherited Members
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class IndexEnumerator : NativeDisposable
Properties
| Improve this Doc View SourceCurrent
Declaration
public IndexEntry Current { get; }
Property Value
| Type | Description |
|---|---|
| IndexEntry |
Methods
| Improve this Doc View SourceMoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Reset()
Declaration
public void Reset()
Implements
IEnumerator<>