Click or drag to resize

RankedDictionaryTKey, TValueEnumeratorIDictionaryEnumeratorKey Property

Gets the key of the element at the current position.

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

Property Value

Type: Object

Implements

IDictionaryEnumeratorKey
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen the enumerator is not active.
See Also