Click or drag to resize

SimpleComparerTGetComparisonFunction Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.SimpleComparer`1.GetComparisonFunction(System.Char)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static Func GetComparisonFunction(
	char ascending
)

Parameters

ascending
Type: SystemChar

[Missing <param name="ascending"/> documentation for "M:com.espertech.esper.compat.collections.SimpleComparer`1.GetComparisonFunction(System.Char)"]

Return Value

Type: FuncT1, T2, TResult

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.SimpleComparer`1.GetComparisonFunction(System.Char)"]

See Also