How to insert value in IEnumerable <int>?
4 answers
Using the Concat (IEnumerable) method of the IEnumerable class, you can first populate all the values โโin the list and then assign it to the IEnumerable list.
0
Using the Concat (IEnumerable) method of the IEnumerable class, you can first populate all the values โโin the list and then assign it to the IEnumerable list.