C1.Android.Input Assembly / C1.Android.Input Namespace / DummyKeyListener Class / GetHashCode Method


In This Topic
GetHashCode Method (DummyKeyListener)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("hashCode", 
   "()I", 
   "GetGetHashCodeHandler")>
Public Overridable Function GetHashCode() As Integer
 
'Usage
 
Dim instance As DummyKeyListener
Dim value As Integer
 
value = instance.GetHashCode()
See Also