C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class / DangerousAutorelease Method


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