System::Collections::Generic::LinkedList::get_First method

LinkedList::get_First method

Gets pointer to the first element in the list.

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

ReturnValue

First element in the list.

See Also