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