Ejemplo n.º 1
0
 public ConsolidatedString(ConsolidatedString other) : base(new List <string>(other))
 {
     this.Key = other.Key;
 }
Ejemplo n.º 2
0
 public ConsolidatedString(ConsolidatedString other)
     : base((IList <string>) new List <string>((IEnumerable <string>)other))
     => this.key = other.key;