System.Xml.XmlEntityReference.WriteTo C# (CSharp) Method

WriteTo() public method

public WriteTo ( XmlWriter w ) : void
w XmlWriter
return void
        public override void WriteTo(XmlWriter w) {
            w.WriteEntityRef(name);
        }