System::Nullable::set_Value 方法

Nullable::set_Value method

为可空对象设置新值。

void System::Nullable<T>::set_Value(const T &value)
参数类型描述
const T&可空对象的新值

另见