Skip to main content
All docs
V25.2
  • 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

    public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

    Returns

    Type Description
    IEnumerator<KeyValuePair<TKey, TValue>>

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

    Implements

    See Also