Click or drag to resize

ObjectWithIdCollectionBaseTRemoveAll Method

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
Syntax
C#
public void RemoveAll(
	Predicate<T> pred
)

Parameters

pred
Type: SystemPredicateT
See Also