System::Collections::Generic::LinkedListNode::get_Next method

LinkedListNode::get_Next method

Restituisce il nodo successivo.

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

ReturnValue

Puntatore al nodo successivo (se presente) o null.

Vedi anche