C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellView Class / DangerousAutorelease Method


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