AddDelegateCommand(IConfigurator, string, Func<CommandContext, int>) Method
Namespace
Statiq.App
Containing Type
IConfiguratorExtensions

Syntax

public static ICommandConfigurator AddDelegateCommand(this IConfigurator configurator, string name, Func<CommandContext, int> func)

Parameters

Name Type Description
configurator IConfigurator
name string
func Func<CommandContext, int>

Return Value

Type Description
ICommandConfigurator