Gurpenator.Skill.checkFormula C# (CSharp) Метод

checkFormula() публичный Метод

public checkFormula ( GurpsProperty>.Dictionary nameToThing ) : void
nameToThing GurpsProperty>.Dictionary
Результат void
        public override void checkFormula(Dictionary<string, GurpsProperty> nameToThing)
        {
            formula.checkIsInt(new CheckingContext(nameToThing, null));
        }