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