Click or drag to resize

ComparisonComparerT Constructor

Creates a new instance which will proxy to the given Comparison delegate when called.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public ComparisonComparer(
	Comparison<T> comparison
)

Parameters

comparison
Type: SystemComparisonT
Comparison delegate to proxy to. Must not be null.
See Also