AddCommand<TCommand>(IConfigurator) Method
Namespace
Statiq.App
Containing Type
IConfiguratorExtensions

Syntax

public static ICommandConfigurator AddCommand<TCommand>(this IConfigurator configurator) 
    where TCommand : class, ICommand

Type Parameters

Name Description
TCommand

Parameters

Name Type Description
configurator IConfigurator

Return Value

Type Description
ICommandConfigurator