Bottom method (dictionary)

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

Syntax

dictionary.Bottom(count)

Returns bottom count elements from dictionary.

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