You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > JToken Class > JToken Methods > Children Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JToken.Children Method

Returns a collection of the child tokens of this token, in document order, filtered by the specified type.

Syntax
C++
C#
Visual Basic
public: JEnumerable<T> Children<T>();
Parameters
Parameters 
Description 
The type to filter the child tokens on. 
Returns

A JEnumerable{T} containing the child tokens of this JToken, in document order.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.