GetKeyForItem Method (WordList)
In This Topic
Obtains a key for the given element.
Syntax
'Declaration
Protected Overrides Function GetKeyForItem( _
ByVal As String _
) As Integer
protected override int GetKeyForItem(
string
)
Parameters
- item
- The element from which to obtain the key.
Return Value
The key for the specified element.
See Also