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

Returns a collection of the child tokens of 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 override JEnumerable<JToken> Children()
Visual Basic (Declaration)
Public Overrides Function Children As JEnumerable(Of JToken)
Visual C++
public:
virtual JEnumerable<JToken^> Children() override

Return Value

An IEnumerable<(Of <(T>)>) of JToken containing the child tokens of this JToken, in document order.

See Also

JContainer Class
Facebook.Json.Linq Namespace