Gurpenator.Formula.checkIsBoolean C# (CSharp) Method

checkIsBoolean() public method

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