C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / GetHashCode Method


In This Topic
GetHashCode Method (GridBase)
In This Topic
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()
See Also