can i transform an IEnumerable to a List in c# code example Example: c# ienumerable to list List<object> list = enumerable.ToList();