C# Class Microsoft.Research.ReviewBot.Output_OLD

Afficher le fichier Open project: scottcarr/ccbot

Méthodes publiques

Méthode Description
Error ( string arg ) : void
WriteLine ( string what ) : void
WriteLineWithIndent ( int indentSize, string format ) : void

Method Details

Error() static public méthode

static public Error ( string arg ) : void
arg string
Résultat void

WriteLine() static public méthode

static public WriteLine ( string what ) : void
what string
Résultat void

WriteLineWithIndent() static public méthode

static public WriteLineWithIndent ( int indentSize, string format ) : void
indentSize int
format string
Résultat void