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^)
.NET Framework (current version)
Determines whether the XmlReader is positioned on an object that can be deserialized using the specified reader.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- reader
-
Type:
System.Xml::XmlReader^
An XmlReader that contains the XML to read.
Return Value
Type: System::Booleantrue 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
Available since 3.0
Show: