Concordion.Internal.CommandRegistry.CommandRegistry C# (CSharp) Method

CommandRegistry() public method

public CommandRegistry ( ) : System
return System
        public CommandRegistry()
        {
            m_commandMap = new Dictionary<string, ICommand>();
        }