C# 클래스 iServe.Models.dotNailsCommon.DebugTextWriter

상속: System.IO.TextWriter
파일 보기 프로젝트 열기: fellowshiptech/ft-iserve

공개 메소드들

메소드 설명
Write ( char buffer, int index, int count ) : void
Write ( string value ) : void

메소드 상세

Write() 공개 메소드

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
리턴 void

Write() 공개 메소드

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