Spinach.Core.Core C# (CSharp) Method

Core() public method

public Core ( ) : System
return System
        public Core()
        {
             interp_visitor=new InterpreterVisitor();
             interp_visitor.errorcore_ += new InterpreterVisitor.errorcoremsg(sendres);
             interp_visitor.rescore_ += new InterpreterVisitor.resultcore(result);
             
             
             //interp_visitor.setFE(FE);
        }

Same methods

Core::Core ( PlotReceiver r ) : System