Json.NET - Quick Starts & API Documentation
LineNumber Property
NamespacesNewtonsoft.JsonIJsonLineInfoLineNumber
Gets the current line number.
Declaration Syntax
C#Visual BasicVisual C++
int LineNumber { get; }
ReadOnly Property LineNumber As Integer
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: 3.5.0.0 (3.5.0.0)