Method | Description | |
---|---|---|
Line ( ) : void | ||
PrintHorizontalLine ( ) : void | ||
PrintHorizontalLine ( int indent ) : void | ||
Write ( ConsoleColor color, System.Action action ) : void | ||
Write ( ConsoleColor color, string content ) : void | ||
Write ( string stuff ) : void | ||
WriteWithIndent ( ConsoleColor color, int indent, string content ) : void |
Method | Description | |
---|---|---|
BreakIntoLines ( int indent, string input ) : string[] | ||
BreakIntoLines ( string input ) : string[] | ||
ConsoleWriter ( ) : System |
public static PrintHorizontalLine ( int indent ) : void | ||
indent | int | |
return | void |
public static Write ( ConsoleColor color, System.Action action ) : void | ||
color | ConsoleColor | |
action | System.Action | |
return | void |
public static Write ( ConsoleColor color, string content ) : void | ||
color | ConsoleColor | |
content | string | |
return | void |
public static WriteWithIndent ( ConsoleColor color, int indent, string content ) : void | ||
color | ConsoleColor | |
indent | int | |
content | string | |
return | void |