| DictionaryExtensionMethods Methods |
| Name | Description | |
|---|---|---|
| GetValueOrDefaultTKey, TValue(IDictionaryTKey, TValue, TKey, FuncTValue) |
Tries to get the value with the specified key from the
dictionary, and uses the passed default value provider to return
a value if the key could not be found.
| |
| GetValueOrDefaultTKey, TValue(IDictionaryTKey, TValue, TKey, TValue) |
Tries to get the value with the specified key from the
dictionary, and returns the passed default value if the key
could not be found.
|