SyntaxFix
Write A Post
Hire A Developer
Questions
In case you're working with a regular old System.Collections.IEnumerable instead of IEnumerable<T> you can use enumerable.Cast<object>().ToList()
System.Collections.IEnumerable
IEnumerable<T>
enumerable.Cast<object>().ToList()