Table of Contents

Interface IConsoleOutput

Namespace
Fluxzy.Core
Assembly
Fluxzy.Core.dll
public interface IConsoleOutput

Methods

WriteLine(string)

void WriteLine(string str)

Parameters

str string

WriteLineAsync(string)

Task WriteLineAsync(string str)

Parameters

str string

Returns

Task