Struct CoreFoundation.CFMutableDictionaryRef
- Namespace
- Xui.Runtime.MacOS
- Assembly
- Xui.Runtime.MacOS.dll
public ref struct CoreFoundation.CFMutableDictionaryRef
- Inherited Members
-
Constructors
CFMutableDictionaryRef()
public CFMutableDictionaryRef()
Fields
KeyCallBacks
public static readonly nint KeyCallBacks
Field Value
- nint
Self
public readonly nint Self
Field Value
- nint
ValueCallBacks
public static readonly nint ValueCallBacks
Field Value
- nint
Methods
Dispose()
SetValue(nint, nint)
public void SetValue(nint key, nint value)
Parameters
key nint
value nint
Operators
implicit operator nint(CFMutableDictionaryRef)
public static implicit operator nint(CoreFoundation.CFMutableDictionaryRef arr)
Parameters
arr CoreFoundation.CFMutableDictionaryRef
Returns
- nint