Click or drag to resize

DictionaryWithDefaultTKey, TValue Constructor (TValue, IEqualityComparerTKey)

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

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,
	IEqualityComparer<TKey> comparer
)
Request Example View Source

Parameters

defaultValue
Type: TValue
comparer
Type: System.Collections.GenericIEqualityComparerTKey
See Also