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