Returns the object corresponding to the specified key.
Original signature is '- (id)objectForKey:(id)key'
Available in Mac OS X v10.4 and later.


- key (Id)
- The key for which to return the corresponding value. For valid values of key, see “Constants.”

The object corresponding to key.

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