ArgumentEnumeratorCurrent - свойство

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

Definition

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

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

KeyValuePairString, String
The current argument name/value in the collection.

Реализации

IEnumeratorTCurrent

Исключения

ObjectDisposedExceptionThe ArgumentEnumerator has been disposed.

См. также