Пример #1
0
 protected XElement()
 {
     attributes = new XAttributeCollection(this);
 }
Пример #2
0
 public XElement(TextLocation start) : base(start)
 {
     attributes = new XAttributeCollection(this);
 }