dotNetRDF API Documentation

TrieNode(TKeyBit,TValue) Class

Node of a Trie

For a list of all members of this type, see TrieNode(TKeyBit,TValue) Members .

System.Object
   TrieNode(TKeyBit,TValue)

public class TrieNode<TKeyBit, TValue>
where TValue : class

Generic template parameters

TKeyBit
Key Bit Type
TValue
Value Type

Remarks

Original code taken from Typocolypse but has been heavily rewritten to be much more generic and LINQ friendly

Requirements

Namespace: VDS.Common

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

TrieNode(TKeyBit,TValue) Members | VDS.Common Namespace