Returns an enumerator that iterates through the dictionary.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() |
| Visual Basic (Declaration) |
|---|
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TKey, TValue)) |