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

SuggestionCollection.GetEnumerator() Method

Returns an enumerator that iterates through the current collection.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public IEnumerator<SuggestionBase> GetEnumerator()

Returns

Type Description
IEnumerator<SuggestionBase>

A System.Collections.Generic.IEnumerator <SuggestionBase> for the SuggestionCollection collection.

See Also