FlagAttribute - конструктор
Initializes a new instance of the
FlagAttribute class using the specified flag name.
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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. |