how to Put IEnumerable Values into List in C# code example Example: c# ienumerable to list List<object> list = enumerable.ToList();