C# 클래스 MongoDB.Driver.GeoNearResult.GeoNearHits

Represents a collection of GeoNear hits.
상속: IEnumerable
파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver

공개 메소드들

메소드 설명
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