ABB.Swum.WordData.PartOfSpeechData.IsTwoLetterDictionaryWord C# (CSharp) Метод

IsTwoLetterDictionaryWord() публичный абстрактный Метод

Indicates whether the given word is a two letter word that appears in the dictionary.
public abstract IsTwoLetterDictionaryWord ( string word ) : bool
word string The word to test.
Результат bool
        public abstract bool IsTwoLetterDictionaryWord(string word);
        /// <summary>