System.Xml.XmlDeclaration.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 since the node doesn't have children.
        }
    }