Method GetKey
GetKey(JaspellTernarySearchTrie.TSTNode)
Returns the key that indexes the node argument.
Declaration
protected virtual string GetKey(JaspellTernarySearchTrie.TSTNode node)
Parameters
Type | Name | Description |
---|---|---|
JaspellTernarySearchTrie.TSTNode | node | The node whose index is to be calculated. |
Returns
Type | Description |
---|---|
System.String | The |