GetStream() public method

public GetStream ( ConsoleStreamType type ) : Stream
type ConsoleStreamType
return Stream
Beispiel #1
0
 public override void Flush()
 {
     _io.GetStream(_type).Flush();
 }