NetDataContractSerializer::WriteEndObject Method (XmlWriter^)

 

Writes the closing XML element using an XmlWriter.

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

public:
virtual void WriteEndObject(
	XmlWriter^ writer
) override

Parameters

writer
Type: System.Xml::XmlWriter^

The XmlWriter used to write the XML document or stream.

Exception Condition
ArgumentNullException

the writer is set to null.

.NET Framework
Available since 3.0
Return to top
Show: