Exemple #1
0
 private void Build(IEnumerable <string> words)
 {
     foreach (string word in words)
     {
         _root.Add(word);
     }
 }