IterableFirstOrDefault<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
firstOrDefault(
E defaultValue) → E -
Available on Iterable<
First element orE> , provided by the IterableFirstOrDefault extensiondefaultValue
if the collection is empty.