You want to use the SelectMany extension method.
var residences = details.SelectMany(d => d.AppForm_Residences).ToList();
You want to use the SelectMany extension method.
var residences = details.SelectMany(d => d.AppForm_Residences).ToList();