C# Class SharedUtils.OutputWriters.ConsoleWriter

Inheritance: IOutputWriter
Afficher le fichier Open project: skarlman/ForFunAndProfit

Méthodes publiques

Méthode Description
Write ( ConsoleColor foregroundColor, string text ) : void
Write ( string text ) : void
WriteLine ( ) : void
WriteLine ( ConsoleColor foregroundColor, string text ) : void
WriteLine ( string text ) : void

Method Details

Write() public méthode

public Write ( ConsoleColor foregroundColor, string text ) : void
foregroundColor ConsoleColor
text string
Résultat void

Write() public méthode

public Write ( string text ) : void
text string
Résultat void

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( ConsoleColor foregroundColor, string text ) : void
foregroundColor ConsoleColor
text string
Résultat void

WriteLine() public méthode

public WriteLine ( string text ) : void
text string
Résultat void