ArgumentEnumeratorCurrent - свойство
Gets the current argument name/value pair in the collection.
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public KeyValuePair<string, string> Current { get; }
Public ReadOnly Property Current As KeyValuePair(Of String, String)
Get
public:
virtual property KeyValuePair<String^, String^> Current {
KeyValuePair<String^, String^> get () sealed;
}
abstract Current : KeyValuePair<string, string> with get
override Current : KeyValuePair<string, string> with get
KeyValuePairString,
StringThe current argument name/value in the collection.
IEnumeratorTCurrent ObjectDisposedException | The ArgumentEnumerator has been disposed. |