Axiom.Compiler.Framework.Generators.AMGenerator.DeclareProcedure C# (CSharp) Méthode

DeclareProcedure() public méthode

public DeclareProcedure ( string name, int arity ) : void
name string
arity int
Résultat void
        public void DeclareProcedure(string name, int arity)
        {
            _instructions.Add(_instructionSet.CreateInstruction("procedure", name, arity.ToString()));
        }