System.Xml.Xsl.Runtime.XmlQueryOutput.WriteSurrogateCharEntity C# (CSharp) Method

WriteSurrogateCharEntity() public method

Should never be called.
public WriteSurrogateCharEntity ( char lowChar, char highChar ) : void
lowChar char
highChar char
return void
        public override void WriteSurrogateCharEntity(char lowChar, char highChar) {
            throw new NotSupportedException();
        }