AddBranch(string, Type, Action<IUnsafeBranchConfigurator>) Method

Adds a command branch.
IBranchConfigurator AddBranch(string name, Type settings, Action<IUnsafeBranchConfigurator> action)

Parameters

string name
The name of the command branch.
Type settings
The command setting type.
Action<IUnsafeBranchConfigurator> action
The command branch configurator.

Returns