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

this() public method

Gets an individual hit.
public this ( int index ) : GeoHaystackSearchHit
index int The zero based index of the hit.
return GeoHaystackSearchHit
            public GeoHaystackSearchHit this[int index]
            {
                get
                {
                    return GetHitImplementation(index);
                }
            }