Click or drag to resize
DictionaryTKey, TValueEnumeratorCurrent Property
Gets the element at the current position of the enumerator.

Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public KeyValuePair<TKey, TValue> Current { get; }

Return Value

Type: KeyValuePairTKey, TValue
The element in the DictionaryTKey, TValue at the current position of the enumerator.

Implements

IEnumeratorTCurrent
See Also