System::Collections::Generic::LinkedListNode::set_Value 方法

LinkedListNode::set_Value method

设置存储的值。

void System::Collections::Generic::LinkedListNode<T>::set_Value(const T &value)
参数类型描述
const T&要存储的值。

另见