|   | RedBlackTreeTKey, TValue Constructor (IComparerKeyValuePairTKey, TValue) | 
        
         
              Constructs a new 
RedBlackTreeT using 
              the provided 
IComparerT implementation.
            
 
    Namespace: 
   Accord.Collections
    Assembly:
   Accord (in Accord.dll) Version: 3.8.0
 Syntax
Syntaxpublic RedBlackTree(
	IComparer<KeyValuePair<TKey, TValue>> comparer
)
Public Sub New ( 
	comparer As IComparer(Of KeyValuePair(Of TKey, TValue))
)
Parameters
- comparer
- Type: System.Collections.GenericIComparerKeyValuePairTKey, TValue
 The element comparer to be used to order elements in the tree.
 See Also
See Also