DictionaryExtensionMethods Class |
Namespace: SD.Tools.BCLExtensions.CollectionsRelated
The DictionaryExtensionMethods type exposes the following members.
Name | Description | |
---|---|---|
AddRangeTKey, TValue |
Adds the range specified to the dictionary specified, using the key producer func to produce the key values.
If the key already exists, the key's value is overwritten with the value to add.
| |
GetValueTKey, TValue |
Gets the value for the key from the dictionary specified, or null / default(TValue) if key not found or the key is null.
|