A base class for a command container. Cannot be inherited directly.
public abstract class CommandContainer : CommandNode, IEnumerable
kind:method, kind:property, kind:ctor. Press Esc to clear.NodesGets all the nodes of this container.Add(CommandNode)Adds a new node to this container.AddImpl(CommandNode)Adds a node to this command.