I got an object of
List<List<string>>
I need to bring this into a
List<string>
I have no idea how to do this with LINQ.
List<string> results = original.SelectMany(x => x).ToList();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With