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>