Méthode | Description | |
---|---|---|
ColoredWriteLine ( this text, ConsoleColor color ) : void |
Writes out text with the specified ConsoleColor.
|
|
ConsoleGreen ( this text ) : void |
Writes green text to the console.
|
|
ConsoleRed ( this text ) : void |
Writes red text to the console.
|
|
ConsoleYellow ( this text ) : void |
Writes yellow text to the console.
|
public static ColoredWriteLine ( this text, ConsoleColor color ) : void | ||
text | this | The text. |
color | ConsoleColor | The color. |
Résultat | void |
public static ConsoleGreen ( this text ) : void | ||
text | this | The text. |
Résultat | void |
public static ConsoleRed ( this text ) : void | ||
text | this | The text. |
Résultat | void |
public static ConsoleYellow ( this text ) : void | ||
text | this | The text. |
Résultat | void |