Example #1
0
 public bool Contains(string word)
 {
     return(_root.IsPresent(word.ToCharArray(), 0));
 }