Json.NET - Quick Starts & API Documentation
Previous Property
NamespacesNewtonsoft.Json.LinqJTokenPrevious
Gets the previous sibling token of this node.
Declaration Syntax
C#Visual BasicVisual C++
public JToken Previous { get; }
Public ReadOnly Property Previous As JToken
public:
property JToken^ Previous {
	JToken^ get ();
}
Value
The JToken that contains the previous sibling token.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)