Click or drag to resize
MergeSortSort Method
Sorts an IList using the specified comparer and the sort direction.

Namespace: FlexRule.Pipes.Sort
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static void Sort(
	IList<Object> list,
	IComparer<Object> comparer,
	ListSortDirection direction
)

Parameters

list
Type: System.Collections.GenericIListObject
comparer
Type: System.Collections.GenericIComparerObject
direction
Type: System.ComponentModelListSortDirection
See Also