C# Class Irontalk.Transcript

Inheritance: STRuntimeObject
Afficher le fichier Open project: rezonant/irontalk Class Usage Examples

Méthodes publiques

Méthode Description
Transcript ( TextWriter output ) : System
WriteLine ( string format ) : void

Private Methods

Méthode Description
Show ( object value ) : void
ShowLine ( object value ) : void

Method Details

Transcript() public méthode

public Transcript ( TextWriter output ) : System
output System.IO.TextWriter
Résultat System

WriteLine() public static méthode

public static WriteLine ( string format ) : void
format string
Résultat void