Nullable<(Of <(<'T>)>)> Members
The Nullable<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Nullable<(Of <(<'T>)>)> |
Initializes a new instance of the Nullable<(Of <(<'T>)>)> structure to the specified value.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals |
Indicates whether the current Nullable<(Of <(<'T>)>)> object is equal to a specified object.
|
![]() |
GetHashCode |
Retrieves the hash code of the object returned by the Value property.
|
![]() |
GetValueOrDefault()()()() |
Retrieves the value of the current Nullable<(Of <(<'T>)>)> object, or the object's default value.
|
![]() |
GetValueOrDefault(T) |
Retrieves the value of the current Nullable<(Of <(<'T>)>)> object, or the specified default value.
|
![]() |
ToString |
Returns the text representation of the value of the current Nullable<(Of <(<'T>)>)> object.
|
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit (Nullable<(Of <<'(T>)>>) to T) | |
![]() ![]() |
Implicit Widening Implicit Implicit Implicit (T to Nullable<(Of <<'(T>)>>)) |
Properties
Name | Description | |
---|---|---|
![]() |
HasValue |
Gets a value indicating whether the current Nullable<(Of <(<'T>)>)> object has a valid value of its underlying type.
|
![]() |
Value |
Gets the value of the current Nullable<(Of <(<'T>)>)> object if it has been assigned a valid underlying value.
|