Json.NET - Quick Starts & API Documentation
BeforeSelf Method
NamespacesNewtonsoft.Json.LinqJTokenBeforeSelf()()()
Returns a collection of the sibling tokens before this token, in document order.
Declaration Syntax
C#Visual BasicVisual C++
public IEnumerable<JToken> BeforeSelf()
Public Function BeforeSelf As IEnumerable(Of JToken)
public:
IEnumerable<JToken^>^ BeforeSelf()
Return Value
A collection of the sibling tokens before this token, in document order.

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