DocumentationMQL5 ReferenceStandard LibraryGeneric Data CollectionsCLinkedList<T>LastLastLastReturns a pointer to the last node of the linked list.CLinkedListNode<T>* Last();Return Value Returns a pointer to the last node.Last updated on 2026-07-24FirstContains