I'm trying to write to the list of Attendee attributes. For that matter, I don't know how to get those attributes into a list.
I tried putting Console.ReadLine()
in the Attribute arguments, like this
[attribute.AttendeeAttributes(Console.ReadLine(), etc...)]
but it didn't work. The Attributes are set up correctly though, and it works if I type in the arguments manually, but I need the user to be able to enter them themselves.