SuggestionCollection.GetEnumerator() Method
In This Article
Returns an enumerator that iterates through the current collection.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
public IEnumerator<SuggestionBase> GetEnumerator()
#Returns
Type | Description |
---|---|
IEnumerator<Suggestion |
A System. |
See Also