C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.Generic
Dictionary(TKey, TValue).KeyCollection.Enumerator Structure
Enumerator Properties
Current Property
Dictionary
TKey
,
TValue
KeyCollection
Enumerator
Current Property
Gets the element at the current position of the enumerator.
Namespace:
System.Collections.Generic
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
TKey
Current
{
get
; }
Return Value
Type:
TKey
The element in the
Dictionary
TKey, TValue
KeyCollection
at the current position of the enumerator.
Implements
IEnumerator
T
Current
See Also
Reference
Dictionary
TKey, TValue
KeyCollection
Enumerator Structure
System.Collections.Generic Namespace