Click or drag to resize

RankedDictionary<TKey, TValue>.ValueCollection.Enumerator.IEnumerator.Current Property

Gets the value at the current position.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
Object IEnumerator.Current { get; }

Property Value

Type: Object

Implements

IEnumerator.Current
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen the enumerator is not active.
See Also