最佳答案
<StepList>
<Step>
<Name>Name1</Name>
<Desc>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 to deserialize it using XmlSerializer
object?