public KeySet(KeySetList List) { this.List = List; }
public KeySet(IComparer <string> comparer) { List = new KeySetList(comparer); }