Syntax
'Declaration
<Android.Runtime.RegisterAttribute("hashCode",
"()I",
"GetGetHashCodeHandler")>
Public Overridable Function GetHashCode() As Integer
'Usage
Dim instance As GridBase
Dim value As Integer
value = instance.GetHashCode()
[Android.Runtime.Register("hashCode",
"()I",
"GetGetHashCodeHandler")]
public virtual int GetHashCode()
See Also