[Solved] Use lambda expression to retrieve object array a field collection


Basic stuff,learn it please

List<int> result = myList.Select(x=>x.fld1).ToList();

0

solved Use lambda expression to retrieve object array a field collection