System.Xml.XmlDeclaration.WriteContentTo C# (CSharp) Метод

WriteContentTo() публичный Метод

public WriteContentTo ( XmlWriter w ) : void
w XmlWriter
Результат void
        public override void WriteContentTo(XmlWriter w) {
            // Intentionally do nothing since the node doesn't have children.
        }
    }