GeoNearResultGeoNearHitsGetEnumerator Method |
Gets an enumerator for the hits.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public IEnumerator<GeoNearResultGeoNearHit> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of GeoNearResultGeoNearHit)
member GetEnumerator : unit -> IEnumerator<GeoNearResultGeoNearHit>
Return Value
Type:
IEnumeratorGeoNearResultGeoNearHitAn enumerator.
See Also