Для изменения размера нажмите или перетащите

ExampleAttribute(String) - конструктор

Initializes a new instance of the ExampleAttribute class using the specified example.

Пространство имён:  Tessa.Platform.CommandLine
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public ExampleAttribute(
	string example
)

Параметры

example
Тип: SystemString
The example for a command.
Исключения
ИсключениеУсловие
ArgumentNullExceptionexample is null.
ArgumentExceptionexample is an empty string ("").
См. также