System::Collections::Generic::LinkedListNode::get_Next metod

LinkedListNode::get_Next method

Hämtar nästa nod.

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

ReturnValue

Pekare till nästa nod (om någon) eller null.

Se även