Returns an enumerator that iterates through the dictionary.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() |
| Visual Basic |
|---|
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TKey, TValue)) |
| Visual C++ |
|---|
public: virtual IEnumerator<KeyValuePair<TKey, TValue>>^ GetEnumerator() sealed |