C# Class Server.MultiTextWriter

Inheritance: System.IO.TextWriter
Show file Open project: brodock/runuo Class Usage Examples

Public Methods

Method Description
Add ( TextWriter tw ) : void
MultiTextWriter ( ) : System.Threading.Tasks
Remove ( TextWriter tw ) : void
Write ( char ch ) : void
WriteLine ( string line ) : void

Method Details

Add() public method

public Add ( TextWriter tw ) : void
tw System.IO.TextWriter
return void

MultiTextWriter() public method

public MultiTextWriter ( ) : System.Threading.Tasks
return System.Threading.Tasks

Remove() public method

public Remove ( TextWriter tw ) : void
tw System.IO.TextWriter
return void

Write() public method

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

WriteLine() public method

public WriteLine ( string line ) : void
line string
return void