System::Collections::Generic::LinkedListNode::set_Value method

LinkedListNode::set_Value method

Sets stored value.

void System::Collections::Generic::LinkedListNode<T>::set_Value(const T &value)
ParameterTypeDescription
valueconst T&Value to store.

See Also