Returns a collection of the descendant tokens for this token in document order.
| C# | Visual Basic | Visual C++ |
public IEnumerable<JToken> Descendants()
Public Function Descendants As IEnumerable(Of JToken)
public: IEnumerable<JToken^>^ Descendants()
An IEnumerable<(Of <(T>)>) containing the descendant tokens of the JToken.