C# Class TriAxis.RunSharp.ConsoleTester.Listener

Inheritance: System.IO.TextWriter
Show file Open project: AqlaSolutions/runsharp

Public Methods

Method Description
Write ( char value ) : void
Write ( string value ) : void
WriteLine ( ) : void

Method Details

Write() public method

public Write ( char value ) : void
value char
return void

Write() public method

public Write ( string value ) : void
value string
return void

WriteLine() public method

public WriteLine ( ) : void
return void