예제 #1
0
파일: XslAst.cs 프로젝트: rsumner31/corefx2
 public void MergeContent(AttributeSet other)
 {
     InsertContent(other.Content);
 }
예제 #2
0
 public void MergeContent(AttributeSet other)
 {
     UsedAttributeSets.InsertRange(0, other.UsedAttributeSets);
     InsertContent(other.Content);
 }