Json.NET - Quick Starts & API Documentation
BeforeSelf Method
Namespaces ► Newtonsoft.Json.Linq ► JToken ► BeforeSelf()()()()
Returns a collection of the sibling tokens before this token, in document order.

C# | Visual Basic | Visual C++ |
public IEnumerable<JToken> BeforeSelf()
Public Function BeforeSelf As IEnumerable(Of JToken)
public: IEnumerable<JToken^>^ BeforeSelf()

A collection of the sibling tokens before this token, in document order.