Example #1
0
 public fillElt()
 {
     this.typeField = fillEltType.solid;
 }
 public fillElt()
 {
     _anyAttr = new List<XmlAttribute>();
     _any = new List<XmlElement>();
     _type = fillEltType.solid;
 }