Table constructor (1 of 2)
Initializes a new instance of the Table
class with default padding.
public Table()
See Also
- class Table
- namespace Kestrun.Logging.Utils.Console
Table constructor (2 of 2)
Initializes a new instance of the Table
class with the specified padding.
public Table(Padding padding)
parameter | description |
---|---|
padding | The padding configuration for the table cells. |
See Also
- class Padding
- class Table
- namespace Kestrun.Logging.Utils.Console