BeforeSelf Method

Json.NET

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 Basic Visual 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: 4.0.2.0 (4.0.2.13623)