public object Clone() { var clone = new StrSepararorPatt(source); foreach (object o in this) { clone.Add(GetClone(o)); } return(clone); }
public SqlSELECT() { SELECT = new StrSepararorPatt(", ", new object[0]); WHERE = new StrSepararorPatt(" AND ", new object[0]); WhereLst = new SortedList <string, object>(); }