Exemple #1
0
 public void Add(IDomAttribute domAttribute)
 {
     _attributes.Add(domAttribute);
 }
Exemple #2
0
 public void Remove(IDomAttribute domAttribute)
 {
     _attributes.Remove(domAttribute);
 }