is it necessary to close, dispose or otherwise close an XML document after loading it as an Xelement?
example:
Dim xmldoc As XElement = XElement.Load(xPath)
im transitioning from using streamreader and ini files into using XML and im not sure if I need to worry about freeing up resources etc..
Thanks,
Chris