Class CommandSet
Inheritance
KeyedCollection<
System.String,
Command>
CommandSet
Assembly: Mars.Components.dll
Syntax
public class CommandSet : KeyedCollection<string, Command>
Properties
Error
Declaration
public TextWriter Error { get; }
Property Value
Type |
Description |
TextWriter |
|
Out
Declaration
public TextWriter Out { get; }
Property Value
Type |
Description |
TextWriter |
|
Suite
Declaration
public string Suite { get; }
Property Value
Type |
Description |
System.String |
|
Methods
GetKeyForItem(Command)
Declaration
protected override string GetKeyForItem(Command item)
Parameters
Returns
Type |
Description |
System.String |
|