This example applies to if you want to select the id from class A and all flatten list elements from “ListB”:
public class A
{
int Id {get; set;}
List
}
var _listItems = (from x in _orgList
.SelectMany(x => x.ListObjects, (Product, Param) =>
new { Product, Param })
select new { }