C# Class Matrix.Writers.ConsoleWriter

Inheritance: IWriter
Afficher le fichier Open project: Confirmit/Students

Méthodes publiques

Méthode Description
Dispose ( ) : void
Write ( string value ) : void
WriteLine ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Write() public méthode

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

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void