Bridge

Nullable<(Of <(<'T>)>)> Members

The Nullable<(Of <(<'T>)>)> type exposes the following members.

Constructors


  Name Description
Public method Nullable<(Of <(<'T>)>)>
Initializes a new instance of the Nullable<(Of <(<'T>)>)> structure to the specified value.

Methods


  Name Description
Public method Equals
Indicates whether the current Nullable<(Of <(<'T>)>)> object is equal to a specified object.
Public method GetHashCode
Retrieves the hash code of the object returned by the Value property.
Public method GetValueOrDefault()()()()
Retrieves the value of the current Nullable<(Of <(<'T>)>)> object, or the object's default value.
Public method GetValueOrDefault(T)
Retrieves the value of the current Nullable<(Of <(<'T>)>)> object, or the specified default value.
Public method ToString
Returns the text representation of the value of the current Nullable<(Of <(<'T>)>)> object.

Properties


  Name Description
Public property HasValue
Gets a value indicating whether the current Nullable<(Of <(<'T>)>)> object has a valid value of its underlying type.
Public property Value
Gets the value of the current Nullable<(Of <(<'T>)>)> object if it has been assigned a valid underlying value.