ArgumentEnumeratorCurrentValue - свойство

Gets the current argument value in the collection.

Definition

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

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

String
The 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.

Исключения

ObjectDisposedExceptionThe ArgumentEnumerator has been disposed.

См. также