static public int AddDslInfo(IntPtr l) { try { Dsl.DslFile self = (Dsl.DslFile)checkSelf(l); Dsl.DslInfo a1; checkType(l, 2, out a1); self.AddDslInfo(a1); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }