Skips to the end tag of the current element.
[Visual Basic] MustOverride Public Sub Skip() [C#] public abstract void Skip(); [C++] public: virtual void Skip() = 0; [JScript] public abstract function Skip();
For example, suppose you have the following XML input:
XmlReader Class | XmlReader Members | System.NewXml Namespace