ArgumentEnumeratorCurrentValue - свойство |
Gets the current argument value in the collection.
Пространство имён:
Tessa.Platform.CommandLine
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public string CurrentValue { get; }
Public ReadOnly Property CurrentValue As String
Get
public:
property String^ CurrentValue {
String^ get ();
}
member CurrentValue : string with get
Значение свойства
Тип:
StringThe current argument value in the collection.
Исключения Заметки
If current command-line argument has value it will be returned. Otherwise either
TrueString will be returned
if there is no the minus sign before argument name or
FalseString if the minus sign is being before the name.
См. также