Algorithms4.

Sort(ISortable4, int, int) Method

Syntax

public static void Sort(ISortable4 sortable, int start, int end)

Parameters

Name Type Description
sortable ISortable4
start int
end int

Return Value

Type Description
void