I have a class that is created using xsd.exe based on a xml file which I
want to deserialize the file into. I am trying to come up with a design
that where I can loop through each field in the class and grab the right
value based on a key (string value based on a control's tag value on a
winform). How can I accomplish this?
Thanks
want to deserialize the file into. I am trying to come up with a design
that where I can loop through each field in the class and grab the right
value based on a key (string value based on a control's tag value on a
winform). How can I accomplish this?
Thanks