XEnumerableFirstOrDefault Method |
| Name | Description | |
|---|---|---|
| FirstOrDefaultTSource(IEnumerableTSource, TSource) |
Returns the first element of a sequence or the specified default value if the sequence contains no elements.
| |
| FirstOrDefaultTSource(IEnumerableTSource, FuncTSource, Boolean, TSource) |
Returns the first element of the sequence that satisfies a condition or the specied default value if no such element is found.
|