| Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : MoveToContent Method |
'Declaration Public Overrides NotOverridable Function MoveToContent() As System.Xml.XmlNodeType
'Usage Dim instance As XmlFastInfosetReader Dim value As System.Xml.XmlNodeType value = instance.MoveToContent()
public override System.Xml.XmlNodeType MoveToContent()
public function MoveToContent(): System.Xml.XmlNodeType; override;
public override function MoveToContent() : System.Xml.XmlNodeType;
public: System.Xml.XmlNodeType MoveToContent(); override
public: System.Xml.XmlNodeType MoveToContent(); override
The NodeType of the current node found by the method or XmlNodeType.None if the reader has reached the end of the input stream.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
XmlFastInfosetReader Class
XmlFastInfosetReader Members
Base Implementation in MoveToContent