PresentationDictionary<TKey, TValue>.GetEnumerator() Method
Returns an enumerator that iterates through the dictionary.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Returns
| Type | Description |
|---|---|
| IEnumerator<KeyValuePair<TKey, TValue>> | An enumerator that can be used to iterate through the dictionary. |
Implements
See Also