StringKeyedDictionaryTValueEnumeratorCurrent Property
Gets the element at the current position of the enumerator.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public KeyValuePair<string, TValue> Current {
get;
}
Public ReadOnly Property Current As KeyValuePair(Of String, TValue)
Get
public:
virtual property KeyValuePair<String^, TValue> Current {
KeyValuePair<String^, TValue> get () sealed;
}
abstract Current : KeyValuePair<string, 'TValue> with
get
override Current : KeyValuePair<string, 'TValue> with
get
KeyValuePairString,
TValueIEnumeratorTCurrent