NetDataContractSerializer::IsStartObject Method (XmlReader^)

 

Determines whether the XmlReader is positioned on an object that can be deserialized using the specified reader.

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

public:
virtual bool IsStartObject(
	XmlReader^ reader
) override

Parameters

reader
Type: System.Xml::XmlReader^

An XmlReader that contains the XML to read.

Return Value

Type: System::Boolean

true if the reader is at the start element of the stream to read; otherwise, false.

Exception Condition
ArgumentNullException

the reader is set to null.

.NET Framework
Available since 3.0
Return to top
Show: