System::Nullable::operator const T & 方法

Nullable::operator const T & method

返回当前对象所表示值的常量引用。

System::Nullable<T>::operator const T &() const

ReturnValue

当前对象表示的值的常量引用

另见