How to add strings to a ienumerable<System.String>

@Mogambo,

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

2 Likes