Interface IConventionBuilder
Builds a collection of conventions.
Namespace: McMaster.Extensions.CommandLineUtils.Conventions
Assembly: McMaster.Extensions.CommandLineUtils.dll
Syntax
public interface IConventionBuilder
Methods
| Improve this Doc View SourceAddConvention(IConvention)
Add a convention that will be applied later.
Declaration
IConventionBuilder AddConvention(IConvention convention)
Parameters
Type | Name | Description |
---|---|---|
IConvention | convention | The convention |
Returns
Type | Description |
---|---|
IConventionBuilder |