System::Nullable::set_Value metodo

Nullable::set_Value method

Imposta un nuovo valore all’oggetto nullable.

void System::Nullable<T>::set_Value(const T &value)
ParametroTipoDescrizione
valoreconst T&Nuovo valore del nullable

Vedi anche