Show / Hide Table of Contents

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.

Inheritance
System.Object
NativeDisposable
IndexEnumerator
Implements
IEnumerator<IndexEntry>
Inherited Members
NativeDisposable.Dispose()
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class IndexEnumerator : NativeDisposable

Properties

| Improve this Doc View Source

Current

Declaration
public IndexEntry Current { get; }
Property Value
Type Description
IndexEntry

Methods

| Improve this Doc View Source

MoveNext()

Declaration
public bool MoveNext()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Reset()

Declaration
public void Reset()

Implements

IEnumerator<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX