Click or drag to resize

CollectionT, TCollectionLastOrDefault Method

Overload List
  NameDescription
Public methodLastOrDefault
Gets the last value. Returns a default value if there are no values in the collection.
Public methodLastOrDefault(Function1T, Boolean)
Gets the last value that matches the specified predicate. Returns a default value if there are no such values in the collection.
Top
See Also