Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft