MongoDB.Driver.GeoHaystackSearchResult.GeoHaystackSearchHits.GetHitImplementation C# (CSharp) Method

GetHitImplementation() protected abstract method

Gets an individual hit.
protected abstract GetHitImplementation ( int index ) : GeoHaystackSearchHit
index int The zero based index of the hit.
return GeoHaystackSearchHit
            protected abstract GeoHaystackSearchHit GetHitImplementation(int index);