System::Collections::Generic::LinkedListNode::get_Previous メソッド

LinkedListNode::get_Previous method

前のノードを取得します。

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

ReturnValue

前のノードへのポインタ(存在する場合)または null。

参照