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