摘要: publicstaticclassMyExtensionClasses{ publicstaticstringOuterXml(thisXElement thiz) { var xReader = thiz.CreateReader(); xReader.MoveToContent(); returnxReader.ReadOuterXml(); } publicstaticstringInnerXml(thisXElement thiz) { var xReader = thiz.CreateReader(); xReader.MoveToCon... 阅读全文
posted @ 2012-12-05 17:31 iEden 阅读(1214) 评论(0) 推荐(0)