Table of Contents

Interface IConventionBuilder

Namespace
McMaster.Extensions.CommandLineUtils.Conventions
Assembly
McMaster.Extensions.CommandLineUtils.dll

Builds a collection of conventions.

public interface IConventionBuilder
Extension Methods

Methods

AddConvention(IConvention)

Add a convention that will be applied later.

IConventionBuilder AddConvention(IConvention convention)

Parameters

convention IConvention

The convention

Returns

IConventionBuilder