List<string> a = new List<string>();IEnumerable<object> b = a.ConvertAll<object>(item => item);
IEnumerable<object> c = a.Cast<object>();