Bridge

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

Retrieves the hash code of the object returned by the Value property.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public int GetHashCode()
<TemplateAttribute> _
Public Function GetHashCode As Integer
[TemplateAttribute]
public:
int^ GetHashCode()

Return Value

The hash code of the object returned by the Value property if the HasValue property is true, or zero if the HasValue property is false.