AllowNullDictionaryTKey, TValue(IEqualityComparerTKey) Constructor

Initializes a new instance of the AllowNullDictionaryTKey, TValue class using the specified comparer.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public AllowNullDictionary(
	IEqualityComparer<TKey>? comparer
)

Parameters

comparer  IEqualityComparerTKey
The IEqualityComparerT implementation to use when comparing keys.

See Also