Say I have:
IList<Person> people = new List<Person>();
And the person object has properties like FirstName, LastName, and Gender.
How can I convert this to a list of properties of the Person object. For example, to a list of first names.
IList<string> firstNames = ???
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…