Interface ICommandBuilder
An abstraction of command builder.
public interface ICommandBuilder
- Extension Methods
Properties
Services
The service collection.
IServiceCollection Services { get; }
Property Value
Methods
Add()
Build a new CommandDescriptor and add it to the service collection.
ITerminalBuilder Add()
Returns
- ITerminalBuilder
The configured ITerminalBuilder.