static public int AddRange(IntPtr l) { try { StrList self = (StrList)checkSelf(l); System.Collections.Generic.IEnumerable <System.String> a1; checkType(l, 2, out a1); self.AddRange(a1); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }