MongoDB.Driver.Builders.GeoNearOptionsBuilder.GeoNearOptionsBuilder C# (CSharp) 메소드

GeoNearOptionsBuilder() 공개 메소드

Initializes a new instance of the GeoNearOptionsBuilder class.
public GeoNearOptionsBuilder ( ) : System
리턴 System
        public GeoNearOptionsBuilder()
        {
            _document = new BsonDocument();
        }