Method Find
Find(Predicate<TValue>)
Searches the list for an element that matches the conditions in the specified predicate and returns the first matching item.
Declaration
public TValue? Find(Predicate<TValue> match)Parameters
| Type | Name | Description | 
|---|---|---|
| Predicate<TValue> | match | 
Returns
| Type | Description | 
|---|---|
| TValue | 
