示例#1
0
 public MutationBatch(MutationBatchStack owner)
 {
     _owner = owner;
 }
示例#2
0
 internal DomContainer(bool useLL)
 {
     content = new DomNodeCollectionApi(this, NewNodeStorage(useLL));
     _batch  = new MutationBatchStack(this);
 }