C# Class NUnitLite.Runner.DebugWriter

DebugWriter is a TextWriter that sends it's output to Debug. We don't use Trace because writing to it is not supported in CF.
Inheritance: System.IO.TextWriter
Afficher le fichier Open project: rhwilburn/MVVM-for-Mono

Méthodes publiques

Méthode Description
WriteLine ( string value ) : void

Method Details

WriteLine() public méthode

public WriteLine ( string value ) : void
value string
Résultat void