IConsole Interface

Namespace
GitVersion.Logging
Implementing Types

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
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<IConsole>(string) T
GitHub