Metodo System::Collections::Generic::LinkedListNode::get_Previous

LinkedListNode::get_Previous method

Ottiene il nodo precedente.

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

ReturnValue

Puntatore al nodo precedente (se presente) o null.

Vedi anche