Show / Hide Table of Contents

    Interface IJsonLineInfo

    JsonTextReader
    JsonValidatingReader
    JToken
    JTokenReader
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    public interface IJsonLineInfo

    Properties

    LineNumber

    Declaration
    public int LineNumber { get; }
    Property Value
    Int32

    LinePosition

    Declaration
    public int LinePosition { get; }
    Property Value
    Int32

    Methods

    HasLineInfo()

    Declaration
    public bool HasLineInfo ();
    Returns
    Boolean

    Back to top Azure SDK for Net