IConnectorPatterns implementation to write single-line connectors.
public sealed class SingleConnectorPatterns : IConnectorPatterns| name | description |
|---|---|
| SingleConnectorPatterns() | The default constructor. |
| GetBlank(…) | Returns the characters pattern to represent a blank space. |
| GetUpAndRight(…) | Returns the characters pattern to represent a connection from upside to right. |
| GetVertical(…) | Returns the characters pattern to represent a vertical line. |
| GetVerticalAndRight(…) | Returns the characters pattern to represent a vertical line with a right connection. |
- interface IConnectorPatterns
- namespace ConsoleTree.Patterns