WriteSurrogateCharEntity() 공개 메소드

public WriteSurrogateCharEntity ( char lowChar, char highChar ) : void
lowChar char
highChar char
리턴 void
예제 #1
0
 public override void WriteSurrogateCharEntity(char lowChar, char highChar)
 {
     EnsureWrappedWriter(XmlOutputMethod.Xml);
     _wrapped.WriteSurrogateCharEntity(lowChar, highChar);
 }
예제 #2
0
 public override void WriteSurrogateCharEntity(char lowChar, char highChar)
 {
     EndCDataSection();
     _wrapped.WriteSurrogateCharEntity(lowChar, highChar);
 }