.NET Framework Class Library
Enumerable..::.Select Method

Projects each element of a sequence into a new form.

Overload List

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSelect<(Of <(TSource, TResult>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, TResult>)>))Projects each element of a sequence into a new form.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSelect<(Of <(TSource, TResult>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Int32, TResult>)>))Projects each element of a sequence into a new form by incorporating the element's index.
Top
See Also

Reference

Tags :


Community Content

vit100
Missprint in Select method signature

In this discription of Select method signature is: Select(TSource, TResult)(IEnumerable(TSource), Func(TSource, TResult)).
Must be Select<TSource, TResult>(IEnumerable(TSource), Func(TSource, TResult)).

Tags :

Page view tracker