BalloonsPop.Core.Commands.CommandFactory.ContainsKey C# (CSharp) Метод

ContainsKey() публичный Метод

A method to check if the command is already created.
public ContainsKey ( string commandKey ) : bool
commandKey string
Результат bool
        public bool ContainsKey(string commandKey)
        {
            return this.commandMap.ContainsKey(commandKey);
        }