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