MessageTable.sort

Sort entries by column. Column must be integral.

class MessageTable
void
sort
(
uint column
,
int delegate
(
string
)
conv = null
)

Parameters

column uint

column index to sort by (0 based)

conv int delegate
(
string
)

delegate that returns an int and accepts a string, for sorting

Meta