Creates a new CompressingTreeList instance.
Declaration Syntax
public CompressingTreeList(
Func<T, T, bool> comparisonFunc
)
Public Sub New ( _
comparisonFunc As Func(Of T, T, Boolean) _
)
public:
CompressingTreeList(
Func<T, T, bool>^ comparisonFunc
)
Parameters
- comparisonFunc (Func<(Of <(<'T, T, Boolean>)>)>)
- A function that checks two values for equality. If this
function returns true, a single node may be used to store the two values.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238