GeoHaystackSearchResultGeoHaystackSearchHitsGetEnumeratorImplementation Method  | 
 
            Gets the enumerator.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxprotected abstract IEnumerator<GeoHaystackSearchResultGeoHaystackSearchHit> GetEnumeratorImplementation()
Protected MustOverride Function GetEnumeratorImplementation As IEnumerator(Of GeoHaystackSearchResultGeoHaystackSearchHit)
abstract GetEnumeratorImplementation : unit -> IEnumerator<GeoHaystackSearchResultGeoHaystackSearchHit> 
Return Value
Type: 
IEnumeratorGeoHaystackSearchResultGeoHaystackSearchHitAn enumerator.
See Also