Click or drag to resize
Accord.NET (logo)

RedBlackTreeDictionaryTKey, TValue Constructor (IComparerTKey)

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public RedBlackTreeDictionary(
	IComparer<TKey> comparer
)
Request Example View Source

Parameters

comparer
Type: System.Collections.GenericIComparerTKey
See Also