IDeque<TValue>.back Método
Definição
Acessa o último elemento do contêiner.Accesses the last element of the container.
public:
TValue % back();
public ref TValue back ();
abstract member back : unit -> 'Value
Public Function back () As TValue
Retornos
- TValue
O último elemento da sequência controlada, que deve ser não vazia.The last element of the controlled sequence, which must be non-empty.
Comentários
Para obter mais informações, consulte deque:: Back (STL/CLR).For more information, see deque::back (STL/CLR).