Gets the current line position.
[Visual Basic] Public ReadOnly Property LinePos As Integer [C#] public int LinePos {get;} [C++] public: __property int get_LinePos(); [JScript] public function get LinePos() : int;
The current line position.
This is mostly used for error reporting, but can be called any time.
XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace