CollectionT, TCollectionLast Method | 
| Name | Description | |
|---|---|---|
| Last | 
            Gets the last value.
            Throws an exception if there are
            no values in the collection.
              | |
| Last(Function1T, Boolean) | 
            Gets the last value that matches
            the specified predicate.
            Throws an exception if there are
            no such values in the collection.
              |