Kiwana.Config.BotConfig.BotConfig C# (CSharp) Метод

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

Constructor that initializes the Commands Dictionary.
public BotConfig ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public BotConfig()
        {
            Commands = new Dictionary<string, Command>();
        }
BotConfig