AjTalk.Language.Process.Process C# (CSharp) Method

Process() public method

public Process ( Block block, object arguments, System.Machine machine ) : System
block Block
arguments object
machine System.Machine
return System
        public Process(Block block, object[] arguments, Machine machine)
        {
            this.block = block;
            this.arguments = arguments;
            this.machine = machine;
        }