System::Collections::Generic::LinkedListNode::get_Previous method

LinkedListNode::get_Previous method

Gets previous node.

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

ReturnValue

Pointer to previous node (if any) or null.

See Also