I have a class which looks like this (the class is then used to read back from a webservice)
Code:
class fred
{
string jim;
string hilda;
int eccles;
bool crunn;
double vodka;
}
Code:
public void doSomething()
{
List<fred> chunky = new List<fred>();