Beispiel #1
0
 public static XElement EDILoop(this XElement el, string name)
 {
     return(EDIXmlUtility.get_element_by_spec_name(el, "ediLoop", name));
 }