Dim c7 = New With {.Name = "Marco", .Country = "USA"}
Dim c8 = New With {Key .Name = "Marco", .Country = "USA"}
c7.Country = "France"
c7.Name = "Claude"
c8.Country = "Italy"
c8.Name = "Roberto" ' chyba pi kompilaci  Name je pouze pro ten
