Table of Contents

Class CommandDescriptors

Namespace
OneImlx.Terminal.Commands
Assembly
OneImlx.Terminal.dll

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

textHandler ITerminalTextHandler

The text handler.

collection IEnumerable<CommandDescriptor>

The command descriptors.

Properties

TextHandler

The text handler.

public ITerminalTextHandler TextHandler { get; }

Property Value

ITerminalTextHandler