Exemple #1
0
        public string GetTranslate(string word)
        {
            WordItem wi = _items[word];

            return(GetTranslate(wi));
        }
Exemple #2
0
        public string GetTranslate(int index)
        {
            WordItem wi = _items.ElementAt(index).Value;

            return(GetTranslate(wi));
        }