ISortable4.

Swap(int, int) Method

Syntax

void Swap(int leftIndex, int rightIndex)

Parameters

Name Type Description
leftIndex int
rightIndex int

Return Value

Type Description
void