Filters a sequence of values based on a predicate.
Namespace: MindFusion.Mapping
Package: IEnumerable.js
JavaScript Copy Code |
---|
function where (selector) |
function. A function to test each element for a condition.
IEnumerable. An collection that contains elements from the input sequence that satisfy the condition.