Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField Class / DangerousAutorelease Method


In This Topic
    DangerousAutorelease Method (C1MaskedTextField)
    In This Topic
    Syntax
    'Declaration
     
    
    <EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Function DangerousAutorelease() As Foundation.NSObject
    'Usage
     
    
    Dim instance As C1MaskedTextField
    Dim value As Foundation.NSObject
     
    value = instance.DangerousAutorelease()
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    public Foundation.NSObject DangerousAutorelease()
    See Also