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; }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
Исключения
См. также