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

WriteCharEntity() public method

Should never be called.
public WriteCharEntity ( char ch ) : void
ch char
return void
        public override void WriteCharEntity(char ch) {
            throw new NotSupportedException();
        }