XmlDictionaryReader.ReadFullStartElement Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Checks whether the current node is a start element and whether it is a nonempty element, and reads it if these conditions are satisfied, advancing the reader to the next node. Throws an exception if it is not a start element or if it is an empty element.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Throws an XmlException if the current content node is not a start element or if it is an empty element.
Show: