Interface IJsonLineInfo
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public interface IJsonLineInfo
Properties
Declaration
public int LineNumber { get; }
Property Value
Declaration
public int LinePosition { get; }
Property Value
Methods
Declaration
public bool HasLineInfo ();
Returns