Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / RoundRectLayer Class / GetHashCode Method


In This Topic
    GetHashCode Method (RoundRectLayer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function GetHashCode() As Integer
    'Usage
     
    
    Dim instance As RoundRectLayer
    Dim value As Integer
     
    value = instance.GetHashCode()
    public virtual int GetHashCode()
    See Also