Пример #1
0
 private Keyword GetKeyword(int keywordIndex)
 {
     return(keywords.ElementAt(keywordIndex));
 }