AllowNullDictionaryTKey, TValueEnumeratorCurrent 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<TKey, TValue> Current {
get;
}
Public ReadOnly Property Current As KeyValuePair(Of TKey, TValue)
Get
public:
virtual property KeyValuePair<TKey, TValue> Current {
KeyValuePair<TKey, TValue> get () sealed;
}
abstract Current : KeyValuePair<'TKey, 'TValue> with
get
override Current : KeyValuePair<'TKey, 'TValue> with
get
KeyValuePairTKey,
TValueIEnumeratorTCurrent