C# 클래스 iSynaptic.Commons.Text.TextWriterDecorator

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

공개 메소드들

메소드 설명
Write ( Char value ) : void

보호된 메소드들

메소드 설명
TextWriterDecorator ( TextWriter underlying ) : System
WriteDirect ( String text ) : void

메소드 상세

TextWriterDecorator() 보호된 메소드

protected TextWriterDecorator ( TextWriter underlying ) : System
underlying System.IO.TextWriter
리턴 System

Write() 공개 메소드

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

WriteDirect() 보호된 메소드

protected WriteDirect ( String text ) : void
text String
리턴 void