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
elementName
stringThe element name to add.
value
TValueThe value to add. The value can be null for reference types.