System.Xml
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
To be added
Provides an interface to enable a class to return line and position information.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Boolean
To be added
Gets a value indicating whether the class can return line information.
true if and can be provided; otherwise, false.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Int32
To be added: an object of type 'int'
This property is used primarily for error reporting, but can be called at any time. The starting value is 1. Combined with , a value of 1,1 indicates the start of a document.
Gets the current line number.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Int32
To be added: an object of type 'int'
This property is used primarily for error reporting, but can be called at any time. The starting value is 1. Combined with , a value of 1,1 indicates the start of a document.
Gets the current line position.