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

LinkedListNode::get_Previous method

Restituisce 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