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.
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.