IUnsafeConfigurator Interface

Represents an unsafe configurator.
public interface IUnsafeConfigurator

Methods

abstract IBranchConfigurator AddBranch(string, Type, Action<IUnsafeBranchConfigurator>)
Adds a command branch.
abstract ICommandConfigurator AddCommand(string, Type)
Adds a command.

Extension Methods

IConfigurator SafetyOn()
Converts an IUnsafeConfigurator to a configurator with type safety.