Search code examples
c#silverlightdatatablexelement

How to travel into an ArrayOfXelement?


I get an ArrayOfXelement for a result by a webservice. But now I wish to bind this data into a chart in Silverlight also I need to create a datatable.

My question is how to travel my ArrayOfXelement ? Any ideas ? Linq to XML ?

Regards.

Narglix


Solution

  • Are you looking for a foreach loop?