what does this mean in c# ?
public Extra_Bed_Configurations[][] extra_bed_configurations { get; set; }
Where Extra_Bed_Configurations Class have below properties.
public class Extra_Bed_Configurations
{
public string type { get; set; }
public int code { get; set; }
public int count { get; set; }
public string name { get; set; }
}