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