コード例 #1
0
 public ConsolidatedString(ConsolidatedString other) : base(new List <string>(other))
 {
     this.Key = other.Key;
 }
コード例 #2
0
 public ConsolidatedString(ConsolidatedString other)
     : base((IList <string>) new List <string>((IEnumerable <string>)other))
     => this.key = other.key;