Ejemplo n.º 1
0
 protected XElement()
 {
     attributes = new XAttributeCollection(this);
 }
Ejemplo n.º 2
0
 public XElement(TextLocation start) : base(start)
 {
     attributes = new XAttributeCollection(this);
 }