Click or drag to resize

RankedDictionaryTKey, TValueEnumeratorIDictionaryEnumeratorEntry Property

Gets the element at the current position as a DictionaryEntry.

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

Property Value

Type: DictionaryEntry

Implements

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