oz1cz
1
Q:

building a config object in XML C#

using system.Xml.Linq

public void RetrieveDataFromXml(){
	XElement element = XElement.Load("<your-xml-document>.xml");
    IEnumerable<XElement> config = element.Elements();
}
0

New to Communities?

Join the community