Ejemplo n.º 1
0
 public shadowElt()
 {
     _anyAttr = new List<XmlAttribute>();
     _any = new List<XmlElement>();
     _type = shadowEltType.single;
 }
Ejemplo n.º 2
0
 public shadowElt()
 {
     this.typeField = shadowEltType.single;
 }