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