Click or drag to resize

DictionaryWithDefaultTKey, TValue Constructor (TValue)

Creates a new Dictionary using the supplied value as the default for missing entries.

Namespace:  Archon.SwissArmyLib.Collections
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public DictionaryWithDefault(
	TValue defaultValue
)
Request Example View Source

Parameters

defaultValue
Type: TValue
See Also