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

Returns a collection of converted child tokens of every array in the source collection.

Syntax
C++
C#
Visual Basic
public: IEnumerable<U> Children<T, U>( this IEnumerable<T> source );
Parameters
Parameters 
Description 
source 
An IEnumerable{T} of JToken that contains the source collection. 
The type to convert the values to. 
The source collection type. 
Returns

An IEnumerable{T} that contains the converted values of every token in the source collection.

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