Click or drag to resize

ObjectWithIdCollectionBaseReadOnlyTFindAll Method (PredicateT, ObjectWithIdCollectionBaseT)

Add all items for whch the predicate is true to the result.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void FindAll(
	Predicate<T> filter,
	ObjectWithIdCollectionBase<T> result
)

Parameters

filter
Type: SystemPredicateT
result
Type: Omada.OE.ModelObjectWithIdCollectionBaseT
See Also