UtilityLastOrDefault Method |
Name | Description | |
---|---|---|
LastOrDefaultT(ListT) |
Gets the last element in the list or the default
value if the list is null or empty.
| |
LastOrDefaultT(T) |
Gets the last element in the array or the default
value if the array is null or empty.
|