Method FindAll
FindAll(Predicate<T>)
Returns all the items in the list that match the condition in the specified predicate.
Declaration
public List<T> FindAll(Predicate<T> match)Parameters
| Type | Name | Description | 
|---|---|---|
| Predicate<T> | match | 
Returns
| Type | Description | 
|---|---|
| List<T> | 
