Provides an interface to enable a class to return line and position information.
| C# | Visual Basic | Visual C++ |
public interface IJsonLineInfo
Public Interface IJsonLineInfo
public interface class IJsonLineInfo
| 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.
|