[This is preliminary documentation and is subject to change.]

Returns a collection of the descendant tokens for this token in document order.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public IEnumerable<JToken> Descendants()
Visual Basic (Declaration)
Public Function Descendants As IEnumerable(Of JToken)
Visual C++
public:
IEnumerable<JToken^>^ Descendants()

Return Value

An IEnumerable<(Of <(T>)>) containing the descendant tokens of the JToken.

See Also

JContainer Class
Facebook.Json.Linq Namespace