IConsole Interface

Namespace
GitVersion.Logging
graph BT Type["IConsole"] class Type type-node

Syntax

public interface IConsole

Methods

Name Value Summary
ReadLine() string
UseColor(ConsoleColor) IDisposable
Write(string) void
WriteLine() void
WriteLine(string) void

Extension Methods

Name Value Summary
NotNull<IConsole>(string) T
GitHub