| LastOrNoneT(IEnumerableT) |
Returns Some of the last element of the collection if it is non-empty; None otherwise.
C# |
| LastOrNoneT(IEnumerableT, FuncT, Boolean) |
Returns Some of the last element of the collection satisfying the filter if any; None otherwise.
C# |