DataContractBinarySerializer.IsStartObject Method (XmlDictionaryReader)

 

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

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public override bool IsStartObject(
	XmlDictionaryReader reader
)

Parameters

reader
Type: System.Xml.XmlDictionaryReader

The reader 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.

Return to top
Show: