
Icon | Member | Description |
---|---|---|
![]() | ObjectForKey(Id) | Returns the value associated with a given key. Original signature is '- (id)objectForKey:(id)aKey' Available in Mac OS X v10.0 and later. |
![]() | ObjectForKey<(Of <<'(T>)>>)(Id) | Returns the value associated with a given key. Original signature is '- (id)objectForKey:(id)aKey' Available in Mac OS X v10.0 and later. |