C# Class TextConsole

Inheritance: IConsole
Afficher le fichier Open project: oleg-shilo/cs-script Class Usage Examples

Méthodes publiques

Méthode Description
ReadLine ( ) : string
Write ( string s ) : void

Method Details

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

Write() public méthode

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