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

ArgumentEnumeratorCurrent - свойство

Gets the current argument name/value pair in the collection.

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

Возвращаемое значение

Тип: KeyValuePairString, String
The current argument name/value in the collection.

Реализации

IEnumeratorTCurrent
Исключения
ИсключениеУсловие
ObjectDisposedExceptionThe ArgumentEnumerator has been disposed.
См. также