C# Class Microsoft.Research.ReviewBot.Output_OLD

Datei anzeigen Open project: scottcarr/ccbot

Public Methods

Method Description
Error ( string arg ) : void
WriteLine ( string what ) : void
WriteLineWithIndent ( int indentSize, string format ) : void

Method Details

Error() static public method

static public Error ( string arg ) : void
arg string
return void

WriteLine() static public method

static public WriteLine ( string what ) : void
what string
return void

WriteLineWithIndent() static public method

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