Writes feed to the XmlWriter.

Namespace: MonoSoftware.MonoX.RssEngine
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public void WriteTo(
	XmlWriter xw
)
Visual Basic
Public Sub WriteTo ( 
	xw As XmlWriter
)
Visual C++
public:
void WriteTo(
	XmlWriter^ xw
)
F#
member WriteTo : 
        xw : XmlWriter -> unit 

Parameters

xw
Type: System.Xml..::..XmlWriter
XmlWriter into which the feed will be written.

See Also