C# 클래스 NUnitLite.Runner.DebugWriter

DebugWriter is a TextWriter that sends it's output to Debug. We don't use Trace because writing to it is not supported in CF.
상속: System.IO.TextWriter
파일 보기 프로젝트 열기: rhwilburn/MVVM-for-Mono

공개 메소드들

메소드 설명
WriteLine ( string value ) : void

메소드 상세

WriteLine() 공개 메소드

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