Click or drag to resize

RankedMapTKey, TValueEnumeratorCurrent Property

Gets the key/value pair at the current position of the enumerator.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
public KeyValuePair<TKey, TValue> Current { get; }

Property Value

Type: KeyValuePairTKey, TValue

Implements

IEnumeratorTCurrent
See Also