IList<TValue>.back Method
Definition
Accesses the last element of the container.
public:
TValue % back();
public ref TValue back ();
abstract member back : unit -> 'Value
Public Function back () As TValue
Returns
- TValue
The last element of the controlled sequence, which must be non-empty.
Remarks
For more information, see list::back (STL/CLR).