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
)
Public Sub New (
name As Char
)
public:
FlagAttribute(
wchar_t name
)
new :
name : char -> FlagAttribute
Параметры
- name
- Тип: SystemChar
The name for an argument.
Исключения Заметки
A name can be null, an empty string (""), or can contain letters, digits and underscore characters.
См. также