コード例 #1
0
 public SuffixTree()
 {
     trie  = new Trie <T>();
     Count = 0;
 }