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

LinkedListNode::get_Previous method

Haalt het vorige knooppunt op.

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

ReturnValue

Pointer naar het vorige knooppunt (indien aanwezig) of null.

Zie ook