[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.WordList.GetKeyForItem

GetKeyForItem Method

GetKeyForItem(string)

Obtains a key for the given element.

Declaration
protected override int GetKeyForItem(string item)
Protected Overrides Function GetKeyForItem(item As String) As Integer
Parameters
Type Name Description
string item

The element from which to obtain the key.

Returns
Type Description
int

The key for the specified element.

Overrides