C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CompositeIcon Class / DangerousRetain Method


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