Exemplo n.º 1
0
 public void MergeContent(AttributeSet other)
 {
     InsertContent(other.Content);
 }
Exemplo n.º 2
0
 public void MergeContent(AttributeSet other)
 {
     UsedAttributeSets.InsertRange(0, other.UsedAttributeSets);
     InsertContent(other.Content);
 }