Example #1
0
 public override void WriteSurrogateCharEntity(char lowChar, char highChar)
 {
     writer.WriteSurrogateCharEntity(lowChar, highChar);
 }