CommandLineHostBuilderExtensions.

ConfigureCommandLine(IConventionHostBuilder, CommandLineConventionDelegate) Method

Summary

Configure the commandline delegate to the convention scanner

Syntax

public static IConventionHostBuilder ConfigureCommandLine(this IConventionHostBuilder container, CommandLineConventionDelegate delegate)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
container IConventionHostBuilder The container.
delegate CommandLineConventionDelegate The delegate.

Return Value

Type Description
IConventionHostBuilder IConventionHostBuilder.