Click or drag to resize

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
)

Parameters

Key
Type: TKey

Return Value

Type: TValue
See Also