Método System::Nullable::set_Value

Nullable::set_Value method

Establece un nuevo valor al objeto nullable.

void System::Nullable<T>::set_Value(const T &value)
ParámetroTipoDescripción
valorconst T&Nuevo valor del nullable

Ver también