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

CreateCommand() public method

public CreateCommand ( string namespaceUri, string commandName ) : ICommand
namespaceUri string
commandName string
return ICommand
        public ICommand CreateCommand(string namespaceUri, string commandName)
        {
            return m_commandMap[MakeKey(namespaceUri, commandName)];
        }