Share via


XmlTokenStream.WriteTo(XmlWriter) Method

Definition

Writes the XML nodes into the XmlWriter.

public void WriteTo (System.Xml.XmlWriter writer);
member this.WriteTo : System.Xml.XmlWriter -> unit
Public Sub WriteTo (writer As XmlWriter)

Parameters

writer
XmlWriter

the XmlWriter to use.

Exceptions

if writer is null.

Applies to