XmlSerializableServices::WriteNodes Method (XmlWriter^, array<XmlNode^>^)
.NET Framework (current version)
Writes the supplied nodes using the specified writer.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
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
Available since 3.0
Show: