说我有:
IList<Person> people = new List<Person>();
person对象具有FirstName,LastName和Gender等属性.
如何将其转换为Person对象的属性列表.例如,到名字列表.
IList<string> firstNames = ???
c# linq list
c# ×1
linq ×1
list ×1