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.

DataContractSerializer::IsStartObject Method

 

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

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

NameDescription
System_CAPS_pubmethodIsStartObject(XmlDictionaryReader^)

Determines whether the XmlDictionaryReader is positioned on an object that can be deserialized.(Overrides XmlObjectSerializer::IsStartObject(XmlDictionaryReader^).)

System_CAPS_pubmethodIsStartObject(XmlReader^)

Determines whether the XmlReader is positioned on an object that can be deserialized.(Overrides XmlObjectSerializer::IsStartObject(XmlReader^).)

Return to top
Show:
© 2017 Microsoft