ItemExtensionsFirstOrNullItem Method |
Name | Description | |
---|---|---|
![]() ![]() | FirstOrNullItem(IEnumerableIReadOnlyItem) |
Returns either the first item from the enumerable or a 'null' item (where Exists is false)
if there are no items
|
![]() ![]() | FirstOrNullItem(IEnumerableIReadOnlyItem, FuncIReadOnlyItem, Boolean) |
Returns either the first matching item from the enumerable or a 'null' item (where Exists is false)
if there are no items which match the predicate
|