You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities.LinqBridge Namespace > Enumerable Class > Enumerable Methods > Select Method > Select Method (this IEnumerable<TSource>, Func<TSource, int, TResult>)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Enumerable.Select Method (this IEnumerable<TSource>, Func<TSource, int, TResult>)

Projects each element of a sequence into a new form by incorporating the element's index.

Syntax
C++
C#
Visual Basic
public: IEnumerable<TResult> Select<TSource, TResult>( this IEnumerable<TSource> source, Func<TSource, int, TResult> selector );
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.