Click or drag to resize
Cimbalino ToolkitIDictionaryExtensions Methods

The IDictionaryExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberApplyTKey, TValue
Public methodStatic memberGetValueTKey, TValue(IDictionaryTKey, TValue, TKey)
Gets the value associated with the specified key.
Public methodStatic memberGetValueTKey, TValue(IDictionaryTKey, TValue, TKey, TValue)
Gets the value associated with the specified key.
Public methodStatic memberSetValueTKey, TValue
Sets the value for the specified key. If the entry does not exist, a new one will be added.
Public methodStatic memberToQueryString(IEnumerableKeyValuePairString, String)
Creates a proper query string for the values in the dictionary.
Public methodStatic memberToQueryString(IEnumerableKeyValuePairString, String, Boolean)
Creates a proper query string for the values in the dictionary, with or without empty values included.
Top
See Also