Mono Class Library: Overview

System.Nullable<T>: Method Members

The methods 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 Methods

override
Equals(object) : bool
Determines whether the current instance and the specified object represent the same type and value.
override
GetHashCode() : int
Generates a hash code for the current instance.
GetValueOrDefault() : T
Returns the value of the current instance, or if it has none, returns the default value for the type T.
GetValueOrDefault(T) : T
Returns the value of the current instance, or if it has none, returns alternateDefaultValue.
override
ToString() : string
Returns a string representation of the value of the current instance.