C# 클래스 DuplicateFinder.Core.Abstractions.ConsoleOutput

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

공개 메소드들

메소드 설명
GetTextWriter ( ) : TextWriter
WriteLine ( string format ) : void

메소드 상세

GetTextWriter() 공개 메소드

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

WriteLine() 공개 메소드

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