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
overrideEquals(object) : bool Determines whether the current instance and the specified object represent the same type and value. overrideGetHashCode() : 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. overrideToString() : string Returns a string representation of the value of the current instance.