Method | Description | |
---|---|---|
Write ( ConsoleColor foregroundColor, string text ) : void | ||
Write ( string text ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( ConsoleColor foregroundColor, string text ) : void | ||
WriteLine ( string text ) : void |
public Write ( ConsoleColor foregroundColor, string text ) : void | ||
foregroundColor | ConsoleColor | |
text | string | |
return | void |
public WriteLine ( ConsoleColor foregroundColor, string text ) : void | ||
foregroundColor | ConsoleColor | |
text | string | |
return | void |