我有物体,有身份证和姓名。
I have a list of the objects, but I want to convert it to a list of strings containing the name of the object. I m guessing there s some fancy Linq method that will put the name of the object into the list.
List<string> myObjectNames = myObjectList.?