예제 #1
0
 public KeyCollection(BTreeDictionary <TKey, TValue> tree)
     : base(tree)
 {
 }
예제 #2
0
 public KeyValueCollectionBase(BTreeDictionary <TKey, TValue> tree)
 {
     this.tree = tree;
 }