Struct CoreFoundation.CFMutableArrayRef
- Namespace
- Xui.Runtime.IOS
- Assembly
- Xui.Runtime.IOS.dll
public ref struct CoreFoundation.CFMutableArrayRef
- Inherited Members
-
Constructors
CFMutableArrayRef()
public CFMutableArrayRef()
Fields
CallBacks
public static readonly nint CallBacks
Field Value
- nint
Self
public readonly nint Self
Field Value
- nint
Methods
Add(nint)
public void Add(nint value)
Parameters
value nint
CFArrayAppendValue(nint, nint)
public static extern void CFArrayAppendValue(nint cfMutableArrayRef, nint value)
Parameters
cfMutableArrayRef nint
value nint
CFArrayCreateMutable(nint, nint, nint)
public static extern nint CFArrayCreateMutable(nint allocator, nint capacity, nint callbacks)
Parameters
allocator nint
capacity nint
callbacks nint
Returns
- nint
Dispose()
Operators
implicit operator nint(CFMutableArrayRef)
public static implicit operator nint(CoreFoundation.CFMutableArrayRef arr)
Parameters
arr CoreFoundation.CFMutableArrayRef
Returns
- nint