Interface ITerminalBuilder
An abstraction of service builder.
public interface ITerminalBuilder- Extension Methods
Properties
Services
The host service collection.
IServiceCollection Services { get; }Property Value
TextHandler
The text handler.
ITerminalTextHandler TextHandler { get; }