Method Get
Get(String)
Retrieve the object indexed by a key.
Declaration
public virtual object Get(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | A |
Returns
Type | Description |
---|---|
System.Object | The object retrieved from the Ternary Search Trie. |