LinePosition Property

Json.NET

Json.NET - Quick Starts & API Documentation LinePosition Property
NamespacesNewtonsoft.JsonJsonTextReaderLinePosition
Gets the current line position.
Declaration Syntax
C# Visual Basic Visual C++
public int LinePosition { get; }
Public ReadOnly Property LinePosition As Integer
	Get
public:
virtual property int LinePosition {
	int get () sealed;
}
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: 4.5.0.0 (4.5.6.14930)