Skip to main content

DictionaryCollection.GetEnumerator() Method

Returns an enumerator that iterates through the current collection.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v23.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public IEnumerator<ISpellCheckerDictionary> GetEnumerator()

Returns

Type Description
IEnumerator<ISpellCheckerDictionary>

A System.Collections.Generic.IEnumerator <ISpellCheckerDictionary> for the DictionaryCollection collection.

See Also