示例#1
0
 public void CFDictionaryGetKeysAndValues(TypedPtr <CFDictionary> Dict, /*const*/ IntPtr[] Keys, /*const*/ IntPtr[] Values)
 {
     CoreFoundation.CFDictionaryGetKeysAndValues((IntPtr)Dict, Keys, Values);
 }