Json.NET - Quick Starts & API Documentation
IJsonLineInfo Interface
NamespacesNewtonsoft.JsonIJsonLineInfo
Provides an interface to enable a class to return line and position information.
Declaration Syntax
C#Visual BasicVisual C++
public interface IJsonLineInfo
Public Interface IJsonLineInfo
public interface class IJsonLineInfo
Members
All MembersMethodsProperties



IconMemberDescription
HasLineInfo()()()
Gets a value indicating whether the class can return line information.

LineNumber
Gets the current line number.

LinePosition
Gets the current line position.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)