C# 클래스 SharedUtils.OutputWriters.ConsoleWriter

상속: IOutputWriter
파일 보기 프로젝트 열기: skarlman/ForFunAndProfit

공개 메소드들

메소드 설명
Write ( ConsoleColor foregroundColor, string text ) : void
Write ( string text ) : void
WriteLine ( ) : void
WriteLine ( ConsoleColor foregroundColor, string text ) : void
WriteLine ( string text ) : void

메소드 상세

Write() 공개 메소드

public Write ( ConsoleColor foregroundColor, string text ) : void
foregroundColor ConsoleColor
text string
리턴 void

Write() 공개 메소드

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

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void

WriteLine() 공개 메소드

public WriteLine ( ConsoleColor foregroundColor, string text ) : void
foregroundColor ConsoleColor
text string
리턴 void

WriteLine() 공개 메소드

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