i need some one to make me a demo code that show me
how can i convert xml file to arraylist in c# the xml file structur is
<?xml version="1.0" encoding="utf-8"?>
<Configs>
<Config StoreName="Tag1">
<StoreTime>123</StoreTime>
<StoreMaxCount>123</StoreMaxCount>
<StoreCondition>123</StoreCondition>
</Config>
<Config StoreName="Tag2">
<StoreTime>2222</StoreTime>
<StoreMaxCount>3333</StoreMaxCount>
<StoreCondition>4444</StoreCondition>
</Config>
</Configs>