Say I have a class:
public class theclass
{
public string a;
public string b;
public string c;
}
Yes. It's a bad class. Moving on. Say I have a 100 value array of this class. Is there a quick way with linq to get a list of strings with all of the values of b for the contents of the array?