Json.NET - Quick Starts & API Documentation
IJsonLineInfo Interface
Namespaces ► Newtonsoft.Json ► IJsonLineInfo
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.
|