Creates and returns a dictionary containing entries constructed from the contents of an array of keys and an array of values.
Original signature is '+ (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static NSDictionary DictionaryWithObjectsForKeys( NSArray objects, NSArray keys )
Public Shared Function DictionaryWithObjectsForKeys ( _ objects As NSArray, _ keys As NSArray _ ) As NSDictionary
public: static NSDictionary^ DictionaryWithObjectsForKeys( NSArray^ objects, NSArray^ keys )

A new dictionary containing entries constructed from the contents of objects and keys.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)