DictionaryCollection.GetEnumerator() Method
Returns an enumerator that iterates through the current collection.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
Declaration
Returns
Type | Description |
---|---|
IEnumerator<ISpellCheckerDictionary> | A System.Collections.Generic.IEnumerator <ISpellCheckerDictionary> for the DictionaryCollection collection. |
See Also