C# Класс MongoDB.Driver.GeoNearResult.GeoNearHits

Represents a collection of GeoNear hits.
Наследование: IEnumerable
Показать файл Открыть проект

Открытые методы

Метод Описание
GetEnumerator ( ) : IEnumerator

Gets an enumerator for the hits.

this ( int index ) : GeoNearHit

Gets an individual hit.

Защищенные методы

Метод Описание
GeoNearHits ( ) : System

Initializes a new instance of the GeoNearHits class.

GetEnumeratorImplementation ( ) : IEnumerator

Gets the enumerator.

GetHitImplementation ( int index ) : GeoNearHit

Gets an individual hit.

Приватные методы

Метод Описание
IEnumerable ( ) : IEnumerator

Описание методов

GeoNearHits() защищенный Метод

Initializes a new instance of the GeoNearHits class.
protected GeoNearHits ( ) : System
Результат System

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

Gets an enumerator for the hits.
public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

GetEnumeratorImplementation() защищенный абстрактный Метод

Gets the enumerator.
protected abstract GetEnumeratorImplementation ( ) : IEnumerator
Результат IEnumerator

GetHitImplementation() защищенный абстрактный Метод

Gets an individual hit.
protected abstract GetHitImplementation ( int index ) : GeoNearHit
index int The zero based index of the hit.
Результат GeoNearHit

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

Gets an individual hit.
public this ( int index ) : GeoNearHit
index int The zero based index of the hit.
Результат GeoNearHit