Click or drag to resize
GeoHaystackSearchResultGeoHaystackSearchHitsGetEnumeratorImplementation Method
Gets the enumerator.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.4.1
Syntax
protected abstract IEnumerator<GeoHaystackSearchResultGeoHaystackSearchHit> GetEnumeratorImplementation()

Return Value

Type: IEnumeratorGeoHaystackSearchResultGeoHaystackSearchHit
An enumerator.
See Also