System::Nullable::operator const T & method

Nullable::operator const T & method

Returns a constant reference to the value represented by the current object.

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

ReturnValue

A constant reference to the value represented by the current object

See Also