ArgumentEnumeratorCurrent - свойство

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

Definition

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

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

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

Реализации

IEnumeratorTCurrent

Исключения

ObjectDisposedExceptionThe ArgumentEnumerator has been disposed.

См. также