MongoDB.Driver.GeoNearOptionsDocument.GeoNearOptionsDocument C# (CSharp) Method

GeoNearOptionsDocument() public method

Initializes a new instance of the GeoNearOptionsDocument class.
public GeoNearOptionsDocument ( ) : System
return System
        public GeoNearOptionsDocument()
        {
        }

Same methods

GeoNearOptionsDocument::GeoNearOptionsDocument ( BsonElement element ) : System
GeoNearOptionsDocument::GeoNearOptionsDocument ( object>.Dictionary dictionary ) : System
GeoNearOptionsDocument::GeoNearOptionsDocument ( object>.Dictionary dictionary, IEnumerable keys ) : System
GeoNearOptionsDocument::GeoNearOptionsDocument ( IDictionary dictionary ) : System
GeoNearOptionsDocument::GeoNearOptionsDocument ( IDictionary dictionary, IEnumerable keys ) : System
GeoNearOptionsDocument::GeoNearOptionsDocument ( object>.IDictionary dictionary, IEnumerable keys ) : System
GeoNearOptionsDocument::GeoNearOptionsDocument ( IEnumerable elements ) : System
GeoNearOptionsDocument::GeoNearOptionsDocument ( object>.IEnumerable dictionary ) : System
GeoNearOptionsDocument::GeoNearOptionsDocument ( bool allowDuplicateNames ) : System
GeoNearOptionsDocument::GeoNearOptionsDocument ( string name, BsonValue value ) : System
GeoNearOptionsDocument