| ObjectWithIdCollectionBaseTFilterX Method (PredicateT) |
The provided filter is applied to the list.
Elements in the list which does not pass the filter are removed.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic void FilterX(
Predicate<T> filter
)
Parameters
- filter
- Type: SystemPredicateT
See Also