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

LinkedListNode::set_Value method

Establece el valor almacenado.

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

Ver también