You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page named after your query with the appropriate tool.
===== NSDictionary =====
The NSDictionary class declares the programmatic interface to objects that manage immut... itrary key.\\
[[objective-c:foundation.framework:nsdictionary.h:init|init]]\\
[[objective-c:foundation.framework:nsdictionary.h:initWithObjectsAndKeys|initWithObjectsAndKeys]]\\
[[objective-c:foundation.framework:nsdictionary.h:count|count]]\\
[[objective-c:foundation.framework:nsdictionary.h:allKeys|allKeys]]
ified set of values and keys.
**Return Value**
- NSDictionary
**Parameters**
- A null-terminated list of alter... c>
// ** Init dictionary with entries **
NSDictionary *myDictionary = [[NSDictionary alloc]initWithObje... example code ====
<code>
2014-05-30 21:12:31.118 NSDictionary[770:70b] myDictionary: {
key1 = value1;
k