Skip to main content

DictionaryCollection.GetEnumerator() Method

Returns an enumerator that iterates through the current collection.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public IEnumerator<ISpellCheckerDictionary> GetEnumerator()

Returns

Type Description
IEnumerator<ISpellCheckerDictionary>

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

See Also