Enumerable.Select Method

 

Projects each element of a sequence into a new form.

Namespace:   System.Linq
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticSelect<'TSource, 'TResult>(IEnumerable<'TSource>, Func<'TSource, 'TResult>)

Projects each element of a sequence into a new form.

System_CAPS_pubmethodSystem_CAPS_staticSelect<'TSource, 'TResult>(IEnumerable<'TSource>, Func<'TSource, Int32, 'TResult>)

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

Return to top
Show: