///<summary> ///</summary> public Trie() { m_header = new TrieNodeList(); }
public TrieNode() { Links = new TrieNodeList(); }