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

FlagAttribute - конструктор

Initializes a new instance of the FlagAttribute class using the specified flag name.

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

Параметры

name
Тип: SystemChar
The name for an argument.
Исключения
ИсключениеУсловие
ArgumentExceptionname contains one or more invalid characters.
Заметки
A name can be null, an empty string (""), or can contain letters, digits and underscore characters.
См. также