Namespace: Rx – Class: CRxArray – Header: Rx.Core/RxArray.h
const TValue& Back()
Returns a reference to the last element in the array. Calling Back on an empty array is undefined.
Reference to the last element.