ArrayList.SortCustom Method

Custom sorts an ADT Array. You must pass in a comparison function.

void SortCustom(SortFuncADTArray sortfunc, Handle hndl)

Parameters

SortFuncADTArray sortfunc

Sort comparison function to use

Handle hndl

Optional Handle to pass through the comparison calls.