Json.NET - Quick Starts & API Documentation
LinePosition Property
NamespacesNewtonsoft.JsonIJsonLineInfoLinePosition
Gets the current line position.
Declaration Syntax
C#Visual BasicVisual C++
int LinePosition { get; }
ReadOnly Property LinePosition As Integer
property int LinePosition {
	int get ();
}
Value
The current line position 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)