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);
 }