DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic
MergeSort Class
MergeSort Methods
SortRecursive Method
SortRecursive(TT) Method (IList(TT))
SortRecursive(TT) Method (IList(TT), IComparer(TT))
SortRecursive(TT) Method (IList(TT), Comparison(TT))
MergeSort
SortRecursive
TT
Method (IList
TT
, IComparer
TT
)
Sort the entire list, using recursive algorithm
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
static
void
SortRecursive
<TT>(
IList
<TT>
list
,
IComparer
<TT>
comparer
)
Parameters
list
Type:
System.Collections.Generic
IList
TT
List
comparer
Type:
System.Collections.Generic
IComparer
TT
Comparer to use in sorting
Type Parameters
TT
Type of elements in the list
See Also
Reference
MergeSort Class
SortRecursive Overload
DHI.Mike1D.Generic Namespace