StringKeyedDictionaryTValue(StringSegmentComparer) Constructor

Initializes a new instance of the StringKeyedDictionaryTValue class using the specified comparer.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public StringKeyedDictionary(
	StringSegmentComparer? comparer
)

Parameters

comparer  StringSegmentComparer
A StringSegmentComparer instance to use when comparing keys. When , ordinal comparison will be used.

See Also