예제 #1
0
 public override void WriteSurrogateCharEntity(char lowChar, char highChar)
 {
     writer.WriteSurrogateCharEntity(lowChar, highChar);
     state = WriteState.Content;
 }