Next Property

Json.NET

Json.NET - Quick Starts & API Documentation Next Property
NamespacesNewtonsoft.Json.LinqJTokenNext
Gets the next sibling token of this node.
Declaration Syntax
C# Visual Basic Visual C++
public JToken Next { get; internal set; }
Public Property Next As JToken
	Get
	Friend Set
public:
property JToken^ Next {
	JToken^ get ();
	internal: void set (JToken^ value);
}
Value
The JToken that contains the next sibling token.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)