public void Add(ScriptImport item) { if (null == item) { throw new ArgumentNullException("item"); } InnerList.Add(item); }