operator const T &()

Nullable::operator const T &() const method

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

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

Return Value

A constant reference to the value represented by the current object

See Also