DelegatingXmlReader.LinePosition PropertyDelegatingXmlReader.LinePosition PropertyDelegatingXmlReader::LinePosition Property

Gets the current line position.

Syntax

Public ReadOnly Property LinePosition As Integer
        Get
public int LinePosition { get; }
public:
property int LinePosition {
    virtual int get() sealed;
}
 

Property Value

Type: System.Int32System.Int32System::Int32

The current line position.