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

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

Initializes a new instance of the GeoHaystackSearchStats class.
public GeoHaystackSearchStats ( BsonDocument stats ) : System
stats BsonDocument The stats.
Результат System
            public GeoHaystackSearchStats(BsonDocument stats)
            {
                _stats = stats;
            }
GeoHaystackSearchResult.GeoHaystackSearchStats