ABB.Swum.SwumRule.InClass C# (CSharp) 메소드

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

Determines whether the supplied ProgramElementNode matches the conditions of this rule.
public abstract InClass ( ProgramElementNode node ) : bool
node ABB.Swum.Nodes.ProgramElementNode The ProgramElementNode to test.
리턴 bool
        public abstract bool InClass(ProgramElementNode node);
        /// <summary>