Method FindLast
FindLast(Predicate<TValue>)
Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire list.
Declaration
public TValue? FindLast(Predicate<TValue> match)Parameters
| Type | Name | Description | 
|---|---|---|
| Predicate<TValue> | match | 
Returns
| Type | Description | 
|---|---|
| TValue | 
