AdvancedLauncher.Management.CommandManager.GetCommands C# (CSharp) Méthode

GetCommands() public méthode

public GetCommands ( ) : ICommand>.IDictionary
Résultat ICommand>.IDictionary
        public IDictionary<string, ICommand> GetCommands()
        {
            return new Dictionary<string, ICommand>(Commands);
        }