C# 클래스 Ntreev.Library.Commands.CommandTextWriter

상속: System.CodeDom.Compiler.IndentedTextWriter
파일 보기 프로젝트 열기: NtreevSoft/CommandLineParser 1 사용 예제들

공개 메소드들

메소드 설명
CommandTextWriter ( TextWriter writer ) : System
CommandTextWriter ( TextWriter writer, int width ) : System
WriteMultiline ( string s ) : void

비공개 메소드들

메소드 설명
WriteMultilineCore ( string s ) : void

메소드 상세

CommandTextWriter() 공개 메소드

public CommandTextWriter ( TextWriter writer ) : System
writer System.IO.TextWriter
리턴 System

CommandTextWriter() 공개 메소드

public CommandTextWriter ( TextWriter writer, int width ) : System
writer System.IO.TextWriter
width int
리턴 System

WriteMultiline() 공개 메소드

public WriteMultiline ( string s ) : void
s string
리턴 void