Json.NET - Quick Starts & API Documentation
AfterSelf Method
Namespaces ► Newtonsoft.Json.Linq ► JToken ► AfterSelf()()()()
Returns a collection of the sibling tokens after this token, in document order.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IEnumerable<JToken> AfterSelf()
Public Function AfterSelf As IEnumerable(Of JToken)
public: IEnumerable<JToken^>^ AfterSelf()
Return Value
A collection of the sibling tokens after this tokens, in document order.