The members of System.Nullable<T> are listed below.
See Also: Inherited members from System.ValueType
Nullable(T) | Constructs and initializes a new instance of Nullable<T> giving it the specified initial value. |
override | Equals(object)Determines whether the current instance and the specified object represent the same type and value. | |
override | GetHashCode()Generates a hash code for the current instance. | |
GetValueOrDefault()Returns the value of the current instance, or if it has none, returns the default value for the type T. | ||
GetValueOrDefault(T)Returns the value of the current instance, or if it has none, returns alternateDefaultValue. | ||
override | ToString()Returns a string representation of the value of the current instance. | |
static | Conversion to T(Explicit) | Perform an explicit conversion of a Nullable<T> value to type T. |
static | Conversion to System.Nullable<T>(Implicit) | Perform an implicit conversion of a T value to Nullable<T>. |