SetHelpProvider<T>(IConfigurator) Method

Sets the help provider for the application.
public static IConfigurator SetHelpProvider<T>(this IConfigurator configurator) 
    where T : IHelpProvider
Containing Type
ConfiguratorExtensions

Parameters

T
The type of the help provider to instantiate at runtime and use.

Parameters

IConfigurator configurator
The configurator.

Returns