First method (list)
Returns the first element in the list.
Syntax
list.First
Returns the first element in list.
If list is empty then it returns itself.
Returns the first element in the list.
list.First
Returns the first element in list.
If list is empty then it returns itself.