System.Xml.Xsl.Runtime.XmlQueryOutput.WriteWhitespace C# (CSharp) Méthode

WriteWhitespace() public méthode

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