Metodo System::Collections::Generic::LinkedList::get_Last

LinkedList::get_Last method

Ottiene il puntatore all’ultimo elemento nella lista.

SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::get_Last() const

ReturnValue

Ultimo elemento nella lista.

Vedi anche