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

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

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