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