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