| Name | Description |
---|
| GetValueOrDefaultTKey, TValue(DictionaryTKey, TValue, TKey) |
Gets the value from the dictionary, or the default value of TValue if no item with the specified key exists.
|
| GetValueOrDefaultTKey, TValue(IDictionaryTKey, TValue, TKey) |
Gets the value from the dictionary, or the default value of TValue if no item with the specified key exists.
|
| GetValueOrDefaultTKey, TValue(IReadOnlyDictionaryTKey, TValue, TKey) |
Gets the value from the dictionary, or the default value of TValue if no item with the specified key exists.
|
| GetValueOrDefaultTKey, TValue(DictionaryTKey, TValue, TKey, TValue) |
Gets the value from the dictionary, or the default value if no item with the specified key exists.
|
| GetValueOrDefaultTKey, TValue(IDictionaryTKey, TValue, TKey, TValue) |
Gets the value from the dictionary, or the default value if no item with the specified key exists.
|
| GetValueOrDefaultTKey, TValue(IReadOnlyDictionaryTKey, TValue, TKey, TValue) |
Gets the value from the dictionary, or the default value if no item with the specified key exists.
|