Trie data structure which maps strings to generic values.
For a list of all members of this type, see Trie(TKey,TKeyBit,TValue) Members .
System.Object
Trie(TKey,TKeyBit,TValue)
StringTrie(T)
Keys are converted into a sequence of key bits using a user provided function
Original code taken from Typocolypse but has been heavily rewritten to be much more generic and LINQ friendly
Namespace: VDS.Common
Assembly: dotNetRDF (in dotNetRDF.dll)
Trie(TKey,TKeyBit,TValue) Members | VDS.Common Namespace