MessageTable.this

Creates a new MessageTable

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

Parameters

delim string

deliminator to use between table columns

wrapped bool

whether to place a deliminator at the left/right margins

Meta