Table of Contents

Class DefaultConsoleOutput

Namespace
Fluxzy.Core
Assembly
Fluxzy.Core.dll
public class DefaultConsoleOutput : IConsoleOutput
Inheritance
DefaultConsoleOutput
Implements
Inherited Members

Constructors

DefaultConsoleOutput(TextWriter)

public DefaultConsoleOutput(TextWriter writer)

Parameters

writer TextWriter

Methods

WriteLine(string)

public void WriteLine(string str)

Parameters

str string

WriteLineAsync(string)

public Task WriteLineAsync(string str)

Parameters

str string

Returns

Task