Click or drag to resize
MergeSort Class
Implementation of the merge sort algorithm.
Inheritance Hierarchy
SystemObject
  FlexRule.Pipes.SortMergeSort

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 sealed class MergeSort

The MergeSort type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSort
Sorts an IList using the specified comparer and the sort direction.
Top
Extension Methods
See Also