System.Xml.XmlWhitespace.WriteContentTo C# (CSharp) Méthode

WriteContentTo() public méthode

public WriteContentTo ( XmlWriter w ) : void
w XmlWriter
Résultat void
        public override void WriteContentTo(XmlWriter w) {
            // Intentionally do nothing
        }