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

WriteWhitespace() public method

Treat whitespace as regular text.
public WriteWhitespace ( string ws ) : void
ws string
return void
        public override void WriteWhitespace(string ws) {
            throw new NotSupportedException();
        }