ABB.Swum.WordData.PartOfSpeechData.IsSideEffectWord C# (CSharp) 메소드

IsSideEffectWord() 공개 추상적인 메소드

Indicates whether the given word indicates that a method might have some side effect, e.g. log, notify, throw.
public abstract IsSideEffectWord ( string word ) : bool
word string The word to test.
리턴 bool
        public abstract bool IsSideEffectWord(string word);
    }