Method Put
Put(String, Object)
Stores a value in the trie. The value may be retrieved using the key.
Declaration
public virtual void Put(string key, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | A |
System.Object | value | The object to be stored in the Trie. |