Back to Devexpress

PresentationDictionary<TKey, TValue>.GetEnumerator() Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationdictionary-2-4165c669.md

latest1.6 KB
Original Source

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

csharp
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
vb
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TKey, TValue))

Returns

TypeDescription
IEnumerator<KeyValuePair<TKey, TValue>>

An enumerator that can be used to iterate through the dictionary.

|

Implements

GetEnumerator()

See Also

PresentationDictionary<TKey, TValue> Class

PresentationDictionary<TKey, TValue> Members

DevExpress.Docs.Presentation Namespace