Click or drag to resize

ObjectWithIdCollectionBaseReadOnlyTFindAllTResulttype Method (PredicateT)

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

Parameters

filter
Type: SystemPredicateT

Type Parameters

TResulttype

Return Value

Type: TResulttype
See Also