System::Collections::Generic::LinkedListNode::get_List 方法

LinkedListNode::get_List method

获取包含的列表。

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

ReturnValue

指向所属列表的指针(如果有)或 null。

另见