AllowNullDictionaryTKey, TValueEnumeratorCurrent Property

Gets the element at the current position of the enumerator.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public KeyValuePair<TKey, TValue> Current {
	get;
 }

Property Value

KeyValuePairTKey, TValue

Implements

IEnumeratorTCurrent

See Also