DelegatingXmlReader.LineNumber PropertyDelegatingXmlReader.LineNumber PropertyDelegatingXmlReader::LineNumber Property

Gets the current line number.

Syntax

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

Property Value

Type: System.Int32System.Int32System::Int32

The current line number.