Returns by reference C arrays of the keys and values in the dictionary.
Original signature is '- (void)getObjects:(id *)objects andKeys:(id *)keys'
Available in Mac OS X v10.5 and later.

Declaration Syntax
public virtual void GetObjectsAndKeys(
IntPtr objects,
IntPtr keys
)
Public Overridable Sub GetObjectsAndKeys ( _
objects As IntPtr, _
keys As IntPtr _
)
public:
virtual void GetObjectsAndKeys(
IntPtr objects,
IntPtr keys
)

Parameters
- objects (IntPtr)
- Upon return, contains a C array of the values in the dictionary.
- keys (IntPtr)
- Upon return, contains a C array of the keys in the dictionary.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.Foundation (Module: Monobjc.Foundation)