I'm trying to load a list from xml. each node has few nodes. I know it's possible to do it in a foreach loop like in the picture below, but i would like to avoid using a loop.
this is what I don't want, but without the loop:
I saw this examle, but it's only for one node "id". How can I transform XML into a List<string> or String[]?
Thanks.