Interface ICommandCollection
Command category that routes to executable child commands.
public interface ICommandCollection : ISyncCommand, ICommand
- Inherited Members
Properties
SubCommands
IEnumerable<ICommand> SubCommands { get; }
Property Value
Methods
TryGetSubCommand(string, out ICommand?)
bool TryGetSubCommand(string name, out ICommand? command)