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

Returns a collection of tokens that contains the descendants of every token in the source collection.

Syntax
C++
C#
Visual Basic
public: IJEnumerable<JToken> Descendants<T>( this IEnumerable<T> source );
Parameters
Parameters 
Description 
source 
An IEnumerable{T} of JToken that contains the source collection. 
The type of the objects in source, constrained to JContainer
Returns

An IEnumerable{T} of JToken that contains the descendants 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.