Click or drag to resize
Cimbalino ToolkitIDictionaryExtensions Class
Inheritance Hierarchy
SystemObject
  Cimbalino.Toolkit.ExtensionsIDictionaryExtensions

Namespace: Cimbalino.Toolkit.Extensions
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public static class IDictionaryExtensions

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
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also