FlagAttribute - конструктор
Initializes a new instance of the FlagAttribute class using the specified flag name.
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public FlagAttribute(
char name
)
Public Sub New (
name As Char
)
public:
FlagAttribute(
wchar_t name
)
new :
name : char -> FlagAttribute
Параметры
- name Char
- The name for an argument.
A name can be null, an empty string (""), or can contain letters, digits and underscore characters.
ArgumentException | name contains one or more invalid characters. |