LineNumber Property

Json.NET

Json.NET - Quick Starts & API Documentation LineNumber Property
NamespacesNewtonsoft.JsonIJsonLineInfoLineNumber
Gets the current line number.
Declaration Syntax
C# Visual Basic Visual C++
int LineNumber { get; }
ReadOnly Property LineNumber As Integer
	Get
property int LineNumber {
	int get ();
}
Value
The current line number or 0 if no line information is available (for example, HasLineInfo returns false).

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)