ArgumentEnumeratorCurrent - свойство

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

Definition

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

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

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

Реализации

IEnumeratorTCurrent

Исключения

ObjectDisposedExceptionThe ArgumentEnumerator has been disposed.

См. также