Table of Contents

Struct CoreFoundation.CFMutableDictionaryRef

Namespace
Xui.Runtime.IOS
Assembly
Xui.Runtime.IOS.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()

public void 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