MessageTable.this

Creates a new MessageTable

class MessageTable
this
(
string delim = " | "
,
bool wrapped = true
,
)

Parameters

delim
Type: string

deliminator to use between table columns

wrapped
Type: bool

whether to place a deliminator at the left/right margins

Meta