UtilityFirstOrDefault Method |
Name | Description | |
---|---|---|
![]() ![]() | FirstOrDefaultT(ListT) |
Gets the first element in the list or the default
value if the list is null or empty.
|
![]() ![]() | FirstOrDefaultT(T) |
Gets the first element in the array or the default
value if the array is null or empty.
|