Kaos.Collections Library
Kaos.Collections Library
Kaos.Collections
RankedDictionary(TKey, TValue).KeyCollection.Enumerator Structure
Enumerator Properties
IEnumerator.Current Property
Current Property
RankedDictionary
TKey
,
TValue
KeyCollection
Enumerator
IEnumerator
Current Property
Gets the key at the current position.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
Copy
Object
IEnumerator
.
Current
{
get
; }
Property Value
Type:
Object
Implements
IEnumerator
Current
Exceptions
Exception
Condition
InvalidOperationException
When the enumerator is not active.
See Also
Reference
RankedDictionary
TKey, TValue
KeyCollection
Enumerator Structure
Kaos.Collections Namespace
[v4.2.0.0] Copyright © 2009-2019 Kasey O. (github.com/kaosborn)