Gurpenator.Formula.checkIsInt C# (CSharp) Method

checkIsInt() public method

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