ActivatableList<T>.

FindAll(Predicate<T>) Method

Syntax

public List<T> FindAll(Predicate<T> match)

Parameters

Name Type Description
match Predicate<T>

Return Value

Type Description
List<T>