MongoDB.Driver.GeoHaystackSearchResult.GeoHaystackSearchHits.this C# (CSharp) Метод

this() публичный Метод

Gets an individual hit.
public this ( int index ) : GeoHaystackSearchHit
index int The zero based index of the hit.
Результат GeoHaystackSearchHit
            public GeoHaystackSearchHit this[int index]
            {
                get
                {
                    return GetHitImplementation(index);
                }
            }