CommandContextScope(Command) - конструктор
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.