Ejemplo n.º 1
0
 public XmlElement(BufferCommands type)
 {
     Attributes = new List <XmlAttribute>();
     Children   = new List <XmlElement>();
     Type       = type;
 }
Ejemplo n.º 2
0
 public XmlElement(BufferCommands type)
 {
     Attributes = new List<XmlAttribute>();
     Children = new List<XmlElement>();
     Type = type;
 }