Edit

Share via


ConsoleExtensions Class

Definition

Provides extension methods for IConsole.

public static class ConsoleExtensions
Inheritance
ConsoleExtensions

Methods

Write(IConsole, String)

Writes the current string value to the standard output stream.

WriteLine(IConsole, String)

Writes the current string value, followed by the current environment's line terminator, to the standard output stream.

Applies to