public ListEnum(IEnumerableList list) { Utils.ThrowException(list == null ? new ArgumentNullException("list") : null); mList = list; }