System::Collections::Generic::LinkedListNode::set_Value método

LinkedListNode::set_Value method

Establece el valor almacenado.

void System::Collections::Generic::LinkedListNode<T>::set_Value(const T &value)
ParámetroTipoDescripción
valueconst T&Valor a almacenar.

Ver también