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