convert ienumerable to list of object c# code example Example: c# ienumerable to list List<object> list = enumerable.ToList();