AddBranch(IConfigurator, string, Action<IConfigurator<CommandSettings>>) Method

Adds a command branch.
public static IBranchConfigurator AddBranch(this IConfigurator configurator, string name, Action<IConfigurator<CommandSettings>> action)
Containing Type
ConfiguratorExtensions

Parameters

IConfigurator configurator
The configurator.
string name
The name of the command branch.
Action<IConfigurator<CommandSettings>> action
The command branch configuration.

Returns