Beispiel #1
0
 public DictEx(int capacity = 16)
 {
     d0 = new Dict <K0, Data>(capacity);
     d1 = new Dict <K1, Data>(capacity);
 }