Skip to main content
All docs
V26.1
  • IgnoreList.GetEnumerator() Method

    Returns an enumerator that iterates through the current collection.

    Namespace: DevExpress.XtraSpellChecker

    Assembly: DevExpress.SpellChecker.v26.1.Core.dll

    NuGet Package: DevExpress.SpellChecker.Core

    Declaration

    public IEnumerator<IIgnoreItem> GetEnumerator()

    Returns

    Type Description
    IEnumerator<DevExpress.XtraSpellChecker.IIgnoreItem>

    A System.Collections.Generic.IEnumerator <IIgnoreItem> for the collection of ignored lists.

    See Also