System::Collections::Generic::LinkedListNode::get_Previous método

LinkedListNode::get_Previous method

Obtiene el nodo anterior.

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

ReturnValue

Puntero al nodo anterior (si existe) o nulo.

Ver también