Gurpenator.Formula.checkIsInt C# (CSharp) 메소드

checkIsInt() 공개 메소드

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