C# 클래스 Microsoft.Research.ReviewBot.Output_OLD

파일 보기 프로젝트 열기: scottcarr/ccbot

공개 메소드들

메소드 설명
Error ( string arg ) : void
WriteLine ( string what ) : void
WriteLineWithIndent ( int indentSize, string format ) : void

메소드 상세

Error() 정적인 공개 메소드

static public Error ( string arg ) : void
arg string
리턴 void

WriteLine() 정적인 공개 메소드

static public WriteLine ( string what ) : void
what string
리턴 void

WriteLineWithIndent() 정적인 공개 메소드

static public WriteLineWithIndent ( int indentSize, string format ) : void
indentSize int
format string
리턴 void