//ConvertAll - Converts the elements in the current List to another //type, and returns a list containing the converted elements List<string> ls = sampleList.ConvertAll(item => item.IneedThis)