XmlSerializableServices::WriteNodes Method (XmlWriter^, array<XmlNode^>^)

 

Writes the supplied nodes using the specified writer.

Namespace:   System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
static void WriteNodes(
	XmlWriter^ xmlWriter,
	array<XmlNode^>^ nodes
)

Parameters

xmlWriter
Type: System.Xml::XmlWriter^

An XmlWriter used for writing.

nodes
Type: array<System.Xml::XmlNode^>^

An array of type XmlNode to write.

Exception Condition
ArgumentNullException

The xmlWriter argument is null.

.NET Framework
Available since 3.0
Return to top
Show: