Json.NET - Quick Starts & API Documentation
AfterSelf Method
NamespacesNewtonsoft.Json.LinqJTokenAfterSelf()()()
Returns a collection of the sibling tokens after this token, in document order.
Declaration Syntax
C#Visual BasicVisual 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.

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