C# 클래스 Irontalk.Transcript

상속: STRuntimeObject
파일 보기 프로젝트 열기: rezonant/irontalk 1 사용 예제들

공개 메소드들

메소드 설명
Transcript ( TextWriter output ) : System
WriteLine ( string format ) : void

비공개 메소드들

메소드 설명
Show ( object value ) : void
ShowLine ( object value ) : void

메소드 상세

Transcript() 공개 메소드

public Transcript ( TextWriter output ) : System
output System.IO.TextWriter
리턴 System

WriteLine() 공개 정적인 메소드

public static WriteLine ( string format ) : void
format string
리턴 void