C1.Android.Chart Assembly / C1.Android.Chart Namespace / C1TreeMap Class / GetHashCode Method


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