Ejemplo n.º 1
0
 public void FlushAttributes(INodeWithAttributes node)
 {
     node.get_Attributes().AddRange(this._attributes);
     this._attributes.Clear();
 }