First method (dictionary)

Returns the first element's value in the dictionary.

Syntax

dictionary.First

Returns the first element's value in dictionary.

If dictionary is empty then it returns itself.