ExampleAttribute(String, Char, String) - конструктор |
Пространство имён:
Tessa.Platform.CommandLine
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public ExampleAttribute(
string example,
char namePrefix,
string description
)
Public Sub New (
example As String,
namePrefix As Char,
description As String
)
public:
ExampleAttribute(
String^ example,
wchar_t namePrefix,
String^ description
)
new :
example : string *
namePrefix : char *
description : string -> ExampleAttribute
Параметры
- example
- Тип: SystemString
- namePrefix
- Тип: SystemChar
- description
- Тип: SystemString
См. также