AvalonEdit
CompressingTreeList<(Of <(<'T>)>)> Constructor (comparisonFunc)
NamespacesICSharpCode.AvalonEdit.UtilsCompressingTreeList<(Of <(<'T>)>)>CompressingTreeList<(Of <(<'T>)>)>(Func<(Of <<'(T, T, Boolean>)>>))
Creates a new CompressingTreeList instance.
Declaration Syntax
C#Visual BasicVisual C++
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