System.Runtime.Serialization.XmlSerializableWriter.WriteSurrogateCharEntity C# (CSharp) Метод

WriteSurrogateCharEntity() публичный Метод

public WriteSurrogateCharEntity ( char lowChar, char highChar ) : void
lowChar char
highChar char
Результат void
        public override void WriteSurrogateCharEntity(char lowChar, char highChar) { _xmlWriter.WriteSurrogateCharEntity(lowChar, highChar); }
        public override void WriteChars(Char[] buffer, int index, int count) { _xmlWriter.WriteChars(buffer, index, count); }