System::Nullable::IsNull 方法

Nullable::IsNull method

确定当前对象是否表示 null 值。

bool System::Nullable<T>::IsNull() const

ReturnValue

如果当前对象表示空值,则为 true;否则为 false。

另见