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

SuggestionCollection.Sort(IComparer<SuggestionBase>) Method

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

Namespace: DevExpress.XtraSpellChecker

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

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