CommandContext(String, Command) - конструктор

Initializes a new instance of the CommandContext class using the specified command name and child commands.

Definition

Пространство имён: Tessa.Platform.CommandLine
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public CommandContext(
	string name,
	params Command[] commands
)

Параметры

name  String
The name of a command.
commands  Command
The collection of child commands.

Заметки

A name can contain letters, digits and underscore characters.

Исключения

ArgumentNullExceptionname is null.
ArgumentExceptionname is an empty string (""), or contains one or more invalid characters.

См. также