Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
MongoDB
Driver
GeoNearResult.GeoNearHit
C# Class MongoDB.Driver.GeoNearResult.GeoNearHit
Represents a GeoNear hit.
Afficher le fichier
Open project: CloudMetal/mongo-csharp-driver
Méthodes publiques
Méthode
Description
GeoNearHit
(
BsonDocument
hit
) :
System
Initializes a new instance of the GeoNearHit class.
Method Details
GeoNearHit()
public
méthode
Initializes a new instance of the GeoNearHit class.
public
GeoNearHit
(
BsonDocument
hit
) :
System
hit
BsonDocument
The hit.
Résultat
System