C# Class MonoMac.CoreFoundation.CFMutableDictionary

Mostrar archivo Open project: kangaroo/maccore

Public Methods

Method Description
SetValue ( IntPtr theDict, IntPtr key, IntPtr value ) : void
SetValue ( IntPtr theDict, IntPtr key, bool value ) : void

Private Methods

Method Description
CFDictionarySetValue ( IntPtr theDict, IntPtr key, IntPtr value ) : void

Method Details

SetValue() public static method

public static SetValue ( IntPtr theDict, IntPtr key, IntPtr value ) : void
theDict System.IntPtr
key System.IntPtr
value System.IntPtr
return void

SetValue() public static method

public static SetValue ( IntPtr theDict, IntPtr key, bool value ) : void
theDict System.IntPtr
key System.IntPtr
value bool
return void