Gurpenator.Formula.checkIsPercent C# (CSharp) Method

checkIsPercent() public method

public checkIsPercent ( CheckingContext context ) : void
context CheckingContext
return void
        public virtual void checkIsPercent(CheckingContext context)
        {
            throw new NotImplementedException();
        }