Esempio n. 1
0
 public KeySet(KeySetList List)
 {
     this.List = List;
 }
Esempio n. 2
0
 public KeySet(IComparer <string> comparer)
 {
     List = new KeySetList(comparer);
 }