コード例 #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);
 }