Click or drag to resize
AATreeTKey, TValue Constructor (IComparerTKey)
Initializes an instance of AATree class with specified comparer.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public AATree(
	IComparer<TKey> keyComparer
)

Parameters

keyComparer
Type: System.Collections.GenericIComparerTKey
Comparer to compare Keys.
See Also