CFDictionaryGetKeysAndValues() private method

private CFDictionaryGetKeysAndValues ( IntPtr sourceRef, IntPtr keys, IntPtr values ) : void
sourceRef System.IntPtr
keys System.IntPtr
values System.IntPtr
return void
Beispiel #1
0
 internal static void GetKeysAndValues(IntPtr srcRef, IntPtr keys, ref IntPtr values)
 {
     CoreFoundation.CFDictionaryGetKeysAndValues(srcRef, keys, values);
 }