Json.NET - Quick Starts & API Documentation
Descendants Method
NamespacesNewtonsoft.Json.LinqJContainerDescendants()()()
Returns a collection of the descendant tokens for this token in document order.
Declaration Syntax
C#Visual BasicVisual C++
public IEnumerable<JToken> Descendants()
Public Function Descendants As IEnumerable(Of JToken)
public:
IEnumerable<JToken^>^ Descendants()
Return Value
An IEnumerable<(Of <(T>)>) containing the descendant tokens of the JToken.

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