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

Represents a GeoNear hit.
Показать файл Открыть проект

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

Метод Описание
GeoNearHit ( BsonDocument hit ) : System

Initializes a new instance of the GeoNearHit class.

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

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

Initializes a new instance of the GeoNearHit class.
public GeoNearHit ( BsonDocument hit ) : System
hit BsonDocument The hit.
Результат System