DataContractBinarySerializer.IsStartObject Method (XmlDictionaryReader)
Determines whether the reader is positioned on an object that can be deserialized using the specified reader.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
Parameters
- reader
-
Type:
System.Xml.XmlDictionaryReader
The reader 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.
Show: