IDictionaryExtensions Class |
Namespace: Cimbalino.Toolkit.Extensions
public static class IDictionaryExtensions
The IDictionaryExtensions type exposes the following members.
Name | Description | |
---|---|---|
ApplyTKey, TValue |
Applies the specified ActionT to the dictionary.
| |
GetValueTKey, TValue(IDictionaryTKey, TValue, TKey) |
Gets the value associated with the specified key.
| |
GetValueTKey, TValue(IDictionaryTKey, TValue, TKey, TValue) |
Gets the value associated with the specified key.
| |
SetValueTKey, TValue |
Sets the value for the specified key. If the entry does not exist, a new one will be added.
| |
ToQueryString(IEnumerableKeyValuePairString, String) |
Creates a proper query string for the values in the dictionary.
| |
ToQueryString(IEnumerableKeyValuePairString, String, Boolean) |
Creates a proper query string for the values in the dictionary, with or without empty values included.
|