Click or drag to resize
Accord.NET (logo)

RedBlackTreeT Constructor (Boolean)

Constructs a new RedBlackTreeT using the default IComparerT for type T.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public RedBlackTree(
	bool allowDuplicates
)
Request Example View Source

Parameters

allowDuplicates
Type: SystemBoolean
Pass true to allow duplicate elements in the tree; false otherwise.
See Also