IJsonLineInfo Interface

Json.NET

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 Basic Visual C++
public interface IJsonLineInfo
Public Interface IJsonLineInfo
public interface class IJsonLineInfo
Members
All Members Methods Properties



Icon Member Description
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: 4.0.2.0 (4.0.2.13623)