//получение конструктора public MethInfo GetConstructor(IFunctionNode func) { MethInfo mi = (MethInfo)defs[func]; return(mi); }