get_First()

LinkedList::get_First() const method

Gets pointer to the first element in the list.

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

Return Value

First element in the list.

See Also