You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > Extensions Class > Extensions Methods > AsJEnumerable Method > AsJEnumerable Method (this IEnumerable<T>)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Extensions.AsJEnumerable Method (this IEnumerable<T>)

Returns the input typed as IJEnumerable{T}.

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

The input typed as IJEnumerable{T}.

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