Mono Class Library: Overview

System.Nullable<T>: Property Members

The properties of System.Nullable<T> are listed below. For a list of all members, see the Nullable<T> Members list.

See Also: Inherited members from System.ValueType

Public Properties

[read-only]
HasValuebool. Indicates whether the current instance contains a value.
[read-only]
ValueT. Gets the value, if any, of the current instance.