No need to convert it. [ List<T>
] implements the [ IEnumerable<T>
] interface so it is already an enumerable.
2 Likes
No need to convert it. [ List<T>
] implements the [ IEnumerable<T>
] interface so it is already an enumerable.