C# Class Irontalk.Transcript

Inheritance: STRuntimeObject
ファイルを表示 Open project: rezonant/irontalk Class Usage Examples

Public Methods

Method Description
Transcript ( TextWriter output ) : System
WriteLine ( string format ) : void

Private Methods

Method Description
Show ( object value ) : void
ShowLine ( object value ) : void

Method Details

Transcript() public method

public Transcript ( TextWriter output ) : System
output System.IO.TextWriter
return System

WriteLine() public static method

public static WriteLine ( string format ) : void
format string
return void