Method Add
Add(string, TValue)
Adds the specified elementName (after encoding as a UTF8 byte sequence) and value to the trie.
public void Add(string elementName, TValue value)Parameters
- elementNamestring
- The element name to add. 
- valueTValue
- The value to add. The value can be null for reference types.