예제 #1
0
 public List <DynamicXml> Descendants()
 {
     return(_inner.Descendants().Select(x => new DynamicXml(x.BaseElement)).ToList());
 }