Click or drag to resize

RankedDictionaryTKey, TValueEnumeratorIDictionaryEnumeratorValue Property

Gets the value of the element at the current position.

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

Property Value

Type: Object

Implements

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