public static XDocument DocumentToXDocumentReader(XmlDocument doc) { return XDocument.Load(new XmlNodeReader(doc)); }
public static XDocument DocumentToXDocumentReader(this XmlDocument doc) { return XDocument.Load(new XmlNodeReader(doc)); }
Powered by: newtelligence dasBlog 2.3.9074.18820
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2012, © Copyright 2010
E-mail