System.Xml.XmlSignificantWhitespace.WriteContentTo C# (CSharp) Method

WriteContentTo() public method

public WriteContentTo ( XmlWriter w ) : void
w XmlWriter
return void
        public override void WriteContentTo(XmlWriter w) {
            // Intentionally do nothing
        }