Click or drag to resize
AATreeT Constructor (IComparerT)
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<T> comparer
)

Parameters

comparer
Type: System.Collections.GenericIComparerT
Comparer to compare values.
See Also