Exemplo n.º 1
0
 public void CFDictionarySetValue(TypedPtr <CFDictionary> Dict, /*const*/ IntPtr Key, /*const*/ IntPtr Value)
 {
     CoreFoundation.CFDictionarySetValue((IntPtr)Dict, Key, Value);
 }