XmlSerializableServices.WriteNodes(XmlWriter, XmlNode[]) Method

Definition

Writes the supplied nodes using the specified writer.

public:
 static void WriteNodes(System::Xml::XmlWriter ^ xmlWriter, cli::array <System::Xml::XmlNode ^> ^ nodes);
public static void WriteNodes (System.Xml.XmlWriter xmlWriter, System.Xml.XmlNode?[]? nodes);
public static void WriteNodes (System.Xml.XmlWriter xmlWriter, System.Xml.XmlNode[] nodes);
static member WriteNodes : System.Xml.XmlWriter * System.Xml.XmlNode[] -> unit
Public Shared Sub WriteNodes (xmlWriter As XmlWriter, nodes As XmlNode())

Parameters

xmlWriter
XmlWriter

An XmlWriter used for writing.

nodes
XmlNode[]

An array of type XmlNode to write.

Exceptions

The xmlWriter argument is null.

Applies to