TriePrefix.Add (gb.data)

Sub Add ( RelKey As String )

Add bytes to the prefix. If the extended prefix does not exist within the Trie, an error is raised.

Keep in mind that this does not add a (Key,Value) pair to the trie, as TriePrefix is a read-only view on the Trie.