C# (CSharp) TextTools 네임스페이스

클래스들

이름 설명
Header Header for TextTable. Allows to set Name, HeaderAlignment, CellAlignment, Min/Max Length of the row Default values of Header are defined in TextTable
TextTable A class for rendering text based tables. This class needs just a printing function (like Console.WriteLine) and the maximum width of the table that has to be rendered. Therefore it is suitable for use in linux consoles with Mono