C# 클래스 SubTreeMerge.NullTextWriter

상속: System.IO.TextWriter
파일 보기 프로젝트 열기: metamorph-inc/meta-core

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
Write ( string format ) : void
WriteLine ( string format ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Write() 공개 메소드

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

WriteLine() 공개 메소드

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