protected MatchStrings(MatchStrings copy) : base(copy) { if (copy.Values != null) { Values = new List <string>(copy.Values); } }
protected MatchStrings(MatchStrings copy) : base(copy) { if (copy.Values != null) Values = new List<string>(copy.Values); }