Gets the current line position.

Declaration Syntax
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.5.14908)