C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.Generic
Dictionary(TKey, TValue).KeyCollection Class
KeyCollection Methods
GetEnumerator Method
Dictionary
TKey
,
TValue
KeyCollection
GetEnumerator Method
Returns an enumerator that iterates through the
Dictionary
TKey, TValue
KeyCollection
.
Namespace:
System.Collections.Generic
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
Dictionary
TKey, TValue
KeyCollection
Enumerator
GetEnumerator
()
Return Value
Type:
Dictionary
TKey, TValue
KeyCollection
Enumerator
A
Dictionary
TKey, TValue
KeyCollection
Enumerator
for the
Dictionary
TKey, TValue
KeyCollection
.
See Also
Reference
Dictionary
TKey, TValue
KeyCollection Class
System.Collections.Generic Namespace