Skip to main content

DictionaryCollection.IndexOf(ISpellCheckerDictionary) Method

Returns an index of a dictionary in a collection.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public int IndexOf(
    ISpellCheckerDictionary dictionary
)

Parameters

Name Type Description
dictionary ISpellCheckerDictionary

An ISpellCheckerDictionary interface specifying the dictionary.

Returns

Type Description
Int32

An integer that is the index of an item in a collection.

See Also