Enumerable.Select Method

Include Protected Members
Include Inherited Members

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Projects each element of a sequence into a new form.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Select<(Of <(TSource, TResult>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, TResult>)>)) Projects each element of a sequence into a new form.
Select<(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

Enumerable Class

Enumerable Members

System.Linq Namespace