Esempio n. 1
0
 public LocalCompleter(IEnumerable <FWord> wordsSource)
 {
     _fDictionary = new FDictionary();
     _fDictionary.AddRange(wordsSource);
 }