public type | description |
---|---|
class ConsoleColors | Provides a convenient way to store the settings of both foreground and background colors of the console. |
class DisplaySettings | Specifies the settings to use to write a tree structure to the console output stream. |
interface IConnectorPatterns | Provides methods to compose the characters patterns to represent the lines that connect the nodes of a tree structure. |
interface ITreeNode | Defines the node of a tree structure. |
static class Tree | Provides methods to write a tree structure to the console output stream. |
public type | description |
---|---|
class AsciiConnectorPatterns | IConnectorPatterns implementation to write connectors with 7-bit ASCII characters. |
class DoubleConnectorPatterns | IConnectorPatterns implementation to write double-line connectors. |
class HorizontalDoubleVerticalSingleConnectorPatterns | IConnectorPatterns implementation to write horizontal double-line connectors and vertical single-line connectors. |
class HorizontalSingleVerticalDoubleConnectorPatterns | IConnectorPatterns implementation to write horizontal single-line connectors and vertical double-line connectors. |
class SingleConnectorPatterns | IConnectorPatterns implementation to write single-line connectors. |