C# Class MonoMac.CoreFoundation.CFMutableDictionary

Afficher le fichier Open project: kangaroo/maccore

Méthodes publiques

Méthode Description
SetValue ( IntPtr theDict, IntPtr key, IntPtr value ) : void
SetValue ( IntPtr theDict, IntPtr key, bool value ) : void

Private Methods

Méthode Description
CFDictionarySetValue ( IntPtr theDict, IntPtr key, IntPtr value ) : void

Method Details

SetValue() public static méthode

public static SetValue ( IntPtr theDict, IntPtr key, IntPtr value ) : void
theDict System.IntPtr
key System.IntPtr
value System.IntPtr
Résultat void

SetValue() public static méthode

public static SetValue ( IntPtr theDict, IntPtr key, bool value ) : void
theDict System.IntPtr
key System.IntPtr
value bool
Résultat void