search results

  1. After writing another boilerplate builder for a class from IDictionary<string, string> I\'m looking for some library that does it in declarative style.
    stackoverflow.com/questions/15255756/​library-for-build... - Cached
  2. Defines a key/value pair that can be set or retrieved. ... Indicates whether this instance and a specified object are equal. ... Portable Class Library Supported in: ...
    msdn.microsoft.com/en-us/library/​5tbh8a42 - Cached
    More results from msdn.microsoft.com »
  3. Type Library Name: Microsoft ... key to the Dictionary object, and setting the key to a value. ... to perform fast lookups even when a large number of key/value pairs ...
    msdn.microsoft.com/en-us/library/​ee784551 - Cached
  4. ... or dictionary is an abstract data type composed of a collection of pairs, such that each possible key appears ... a key and a value is ... Object Notation), in ...
    en.wikipedia.org/wiki/Associative_array - Cached
    More results from en.wikipedia.org »
  5. Next we populate the internal items with the key => value pairs of the object passed to the ... I strongly recommend adopting a more mature JavaScript library ...
    www.mojavelinux.com/articles/javascript_​hashes.html - Cached
  6. I created a little library to manage key value pairs. https://github.com/scaraveos/keyval.js#readme. ... How can I add a key/value pair to a JavaScript object literal? 1.
    stackoverflow.com/questions/688097 - Cached
  7. Python Library Reference: Previous: 3.7 Set Types Up: 3. ... update() accepts either another mapping object or an iterable of key/value pairs ...
    docs.python.org/release/2.5.2/lib/​typesmapping.html - Cached
  8. An object is an unordered set of name/value pairs. An object begins with { (left brace) ... json library. Delphi: Delphi Web Utils. JSON Delphi Library.
    json.org - Cached
  9. putOnce(java.lang.String key, java.lang.Object value) Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only ...
    www.json.org/javadoc/org/json/​JSONObject.html - Cached
  10. loading key/value pairs into a Properties object from a stream, retrieving a value from its key, listing the keys and their values, enumerating over the keys, and;
    download.oracle.com/javase/tutorial/​essential/... - Cached