System::Collections::Generic::LinkedListNode::get_Value 方法

LinkedListNode::get_Value method

获取存储的值。

T System::Collections::Generic::LinkedListNode<T>::get_Value() const

ReturnValue

存储的值。

另见