Exemplo n.º 1
0
 public static DomElementCollection Elements(this DomContainer source, string name)
 {
     return(source.Elements(source.CreateDomName(name)));
 }