Gurpenator.Formula.checkIsInt C# (CSharp) Méthode

checkIsInt() public méthode

public checkIsInt ( CheckingContext context ) : void
context CheckingContext
Résultat void
        public virtual void checkIsInt(CheckingContext context)
        {
            throw new NotImplementedException();
        }