CommandContextScope(Command) - конструктор
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public CommandContextScope(
params Command[] commands
)
Public Sub New (
ParamArray commands As Command()
)
public:
CommandContextScope(
... array<Command^>^ commands
)
new :
commands : Command[] -> CommandContextScope
Параметры
- commands Command
- The array of commands to use when creating the scope for a new CommandContext.