C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ElementSize Class / GetHashCode Method


In This Topic
GetHashCode Method (ElementSize)
In This Topic
Returns hash code of the instance.
Syntax
'Declaration
 
Public Overrides Function GetHashCode() As Integer
 
'Usage
 
Dim instance As ElementSize
Dim value As Integer
 
value = instance.GetHashCode()
See Also