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