Beispiel #1
0
 protected override List <Word> BuildList()
 {
     return(_words.GetWords(new Range <int>(_wordSyllablesCountFrom, _wordSyllablesCountTo), new Range <int>(_wordWidthFrom, _wordWidthTo)));
 }