AfterSelf Method

Json.NET

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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)