Bottom method (list)

Returns the specified number of items at the end of the list.

Syntax

list.Bottom(count)

Returns bottom count elements from list.

If there are less than count elements in list then list is returned unchanged.