Table of Contents

Method GetEnumerator

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

GetEnumerator()

Gets an enumerator for the hits.

public IEnumerator<GeoNearResult<TDocument>.GeoNearHit> GetEnumerator()

Returns

IEnumerator<GeoNearResult<TDocument>.GeoNearHit>

An enumerator.