Class CommandDescriptors
The optimized CommandDescriptor collection.
public sealed class CommandDescriptors : Dictionary<string, CommandDescriptor>, IDictionary<string, CommandDescriptor>, ICollection<KeyValuePair<string, CommandDescriptor>>, IReadOnlyDictionary<string, CommandDescriptor>, IReadOnlyCollection<KeyValuePair<string, CommandDescriptor>>, IEnumerable<KeyValuePair<string, CommandDescriptor>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
  - Inheritance
 - 
      
      
      CommandDescriptors
 
- Implements
 
- Inherited Members
 
Constructors
CommandDescriptors(ITerminalTextHandler, IEnumerable<CommandDescriptor>)
Initializes a new instance with the specified command descriptors.
public CommandDescriptors(ITerminalTextHandler textHandler, IEnumerable<CommandDescriptor> collection)
  Parameters
textHandlerITerminalTextHandlerThe text handler.
collectionIEnumerable<CommandDescriptor>The command descriptors.
Properties
TextHandler
The text handler.
public ITerminalTextHandler TextHandler { get; }