Skip to main content

SuggestionCollection.Sort(IComparer<SuggestionBase>) Method

Sorts the elements in the current collection using the specified comparer.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public void Sort(
    IComparer<SuggestionBase> comparer
)

Parameters

Name Type Description
comparer IComparer<SuggestionBase>

The System.Collections.Generic.IComparer<T> implementation to use when comparing elements, or null to use the default comparer.

See Also