SyntaxFix
Write A Post
Hire A Developer
Questions
As far as I know List<T> implements IEnumerable<T>. It means that you do not have to convert or cast anything.
List<T>
IEnumerable<T>