System::Collections::Generic::LinkedListNode::get_Previous 方法

LinkedListNode::get_Previous method

获取上一个节点。

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

ReturnValue

指向前一个节点的指针(如果有)或 null。

另见