protected SurrogatePairTerminal(SurrogatePairTerminal other, ParserCloneArgs args) 
     : base(other, args)
 {
     Inverse = other.Inverse;
 }
Esempio n. 2
0
 protected SurrogatePairTerminal(SurrogatePairTerminal other, ParserCloneArgs args)
     : base(other, args)
 {
     Inverse = other.Inverse;
 }