set_Value()

LinkedListNode::set_Value(const T&) method

Sets stored value.

void System::Collections::Generic::LinkedListNode<T>::set_Value(const T &value)

Arguments

ParameterTypeDescription
valueconst T&Value to store.

See Also