C# 클래스 DuplicateFinder.Core.IntegrationSpecs.StringOutput

상속: IOutput
파일 보기 프로젝트 열기: agross/duplicatefinder

공개 메소드들

메소드 설명
GetTextWriter ( ) : TextWriter
StringOutput ( ) : System.Collections.Generic
WriteLine ( string format ) : void

메소드 상세

GetTextWriter() 공개 메소드

public GetTextWriter ( ) : TextWriter
리턴 System.IO.TextWriter

StringOutput() 공개 메소드

public StringOutput ( ) : System.Collections.Generic
리턴 System.Collections.Generic

WriteLine() 공개 메소드

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