Inheritance: BsonDocument
Example #1
0
 //public Document(MongoCollection<BsonDocument> collection, Definitions definitions)
 public BsonIndexDocumentBuilder(IKey key)
 {
     //this.definitions = definitions;
     this.document = new BsonIndexDocument(key);
 }
 //public Document(MongoCollection<BsonDocument> collection, Definitions definitions)
 public BsonIndexDocumentBuilder(IKey key)
 {
     //this.definitions = definitions;
     this.document = new BsonIndexDocument(key);
 }