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

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

Indicates whether the given word is an irregular third person singular verb.
public abstract IsThirdPersonIrregularVerb ( string word ) : bool
word string The word to test.
Результат bool
        public abstract bool IsThirdPersonIrregularVerb(string word);
        /// <summary>