public void MergeContent(AttributeSet other) { InsertContent(other.Content); }
public void MergeContent(AttributeSet other) { UsedAttributeSets.InsertRange(0, other.UsedAttributeSets); InsertContent(other.Content); }