System::Collections::Generic::LinkedListNode::get_List method

LinkedListNode::get_List method

Gets containing list.

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

ReturnValue

Pointer to containing list (if any) or null.

See Also