System.Xml.XmlEntityReference.WriteTo C# (CSharp) Méthode

WriteTo() public méthode

public WriteTo ( XmlWriter w ) : void
w XmlWriter
Résultat void
        public override void WriteTo(XmlWriter w) {
            w.WriteEntityRef(name);
        }