Projects each element of a sequence into a new form.
Namespace: MindFusion.Common.Collections
File: IEnumerable.js
JavaScript Copy Code |
---|
function select (selector) |
function. A transform function to invoke on each element.
IEnumerable. An collection whose elements are the resultof invoking the transform function on each element.