¡@

Home 

c# Programming Glossary: steplist

How to deserialize xml to object

http://stackoverflow.com/questions/10518372/how-to-deserialize-xml-to-object

to deserialize xml to object StepList Step Name Name1 Name Desc Desc1 Desc Step Step Name Name2 Name.. Desc1 Desc Step Step Name Name2 Name Desc Desc2 Desc Step StepList I have this XML How should i model the Class so i will be able.. this question Your classes should like like this XmlRoot StepList public class StepList XmlElement Step public List Step Steps..