Skip to main content
A newer version of this page is available. .

DictionaryCollection.GetEnumerator() Method

Returns an enumerator that iterates through the current collection.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v18.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