|
RedBlackTreeTComparer Property
|
Gets the IComparerT for this red black tree.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public IComparer<T> Comparer { get; }
Public ReadOnly Property Comparer As IComparer(Of T)
Get
Request Example
View SourceProperty Value
Type:
IComparerTSee Also