I am new to C# and this code does not compile. I am trying to populate the List. The syntax of the three record values contains squiggly lines. Can you please help me? Thanks...John
private class Divisions {
protected int uidDvsn { get; set; }
protected string nameDvsn { get; set; }
}
private List<Divisions> divisions = {{1, "AL"}, { 2, "KEN" }, { 3, "FLA" }};