Для изменения размера нажмите или перетащите

ArgumentEnumeratorCurrentValue - свойство

Gets the current argument value in the collection.

Пространство имён:  Tessa.Platform.CommandLine
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public string CurrentValue { get; }

Значение свойства

Тип: String
The current argument value in the collection.
Исключения
ИсключениеУсловие
ObjectDisposedExceptionThe ArgumentEnumerator has been disposed.
Заметки
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.
См. также