How To Get List From A List Object To Single

[Solved] How To Get List From A List Object To Single | Scala - Code Explorer | yomemimo.com
Question : how to get list from a list object to single list linq c#

Answered by : sara-na

var residences = details.SelectMany(d => d.AppForm_Residences).ToList();

Source : https://stackoverflow.com/questions/1145558/linq-list-of-lists-to-single-list | Last Update : Wed, 27 Jul 22

Answers related to how to get list from a list object to single list linq c

Code Explorer Popular Question For Scala