Algorithms4.

Qsort(ISortable4, int, int) Method

Syntax

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

Parameters

Name Type Description
sortable ISortable4
start int
end int

Return Value

Type Description
void