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

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

Definition

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

Параметры

name  Char
The name for an argument.

Заметки

A name can be null, an empty string (""), or can contain letters, digits and underscore characters.

Исключения

ArgumentExceptionname contains one or more invalid characters.

См. также