ABB.Swum.SwumRule.InClass C# (CSharp) Method

InClass() public abstract method

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.
return bool
        public abstract bool InClass(ProgramElementNode node);
        /// <summary>