Click or drag to resize

CollectionT, TCollectionLast Method

Overload List
  NameDescription
Public methodLast
Gets the last value. Throws an exception if there are no values in the collection.
Public methodLast(Function1T, Boolean)
Gets the last value that matches the specified predicate. Throws an exception if there are no such values in the collection.
Top
See Also