codice:
struct tuaStruttura
{
    string campo1;
    string campo2;
    int campo3;
    //...
}
//...
tuaStruttura[] arr=new tuaStruttura[50];