Click or drag to resize

DelegateComparerT Constructor

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public DelegateComparer(
	Func<T, T, int> comparer
)

Parameters

comparer
Type: SystemFuncT, T, Int32
The comparer.
See Also