NullSafeDictionaryTKey, TValueGetDefaultValue Method |
Gets a value that is returned as item for non-existing
keys in dictionary
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax protected abstract TValue GetDefaultValue(
TKey Key
)
Protected MustOverride Function GetDefaultValue (
Key As TKey
) As TValue
protected:
virtual TValue GetDefaultValue(
TKey Key
) abstract
abstract GetDefaultValue :
Key : 'TKey -> 'TValue
Parameters
- Key
- Type: TKey
Return Value
Type:
TValueSee Also