ComponentOne Xamarin.Android
GetHashCode Method (ComboBoxSimpleAdapter)


C1.Android.Input Assembly > C1.Android.Input Namespace > ComboBoxSimpleAdapter Class : GetHashCode Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("hashCode", 
   "()I", 
   "GetGetHashCodeHandler")>
Public Overridable Function GetHashCode() As Integer
'Usage
 
Dim instance As ComboBoxSimpleAdapter
Dim value As Integer
 
value = instance.GetHashCode()
[Android.Runtime.Register("hashCode", 
   "()I", 
   "GetGetHashCodeHandler")]
public virtual int GetHashCode()
See Also

Reference

ComboBoxSimpleAdapter Class
ComboBoxSimpleAdapter Members