예제 #1
0
 public JsonObjectCollection(LocalDB db, string collectionName)
 {
     this.db             = db;
     this.collectionName = collectionName;
 }