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