Bridge

Nullable<(Of <(<'T>)>)>..::..GetValueOrDefault Method

Overload List


  Name Description
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.