C# 클래스 Irontalk.TranscriptWriter

상속: System.IO.TextWriter
파일 보기 프로젝트 열기: rezonant/irontalk

공개 메소드들

메소드 설명
TranscriptWriter ( Transcript transcript ) : System
Write ( string value ) : void

메소드 상세

TranscriptWriter() 공개 메소드

public TranscriptWriter ( Transcript transcript ) : System
transcript Transcript
리턴 System

Write() 공개 메소드

public Write ( string value ) : void
value string
리턴 void