Пример #1
0
 public void Clear()
 {
     _trie = TrieNode.CreateRoot();
 }