Ejemplo n.º 1
0
 protected VccAtomicOpBlock(BlockStatement containingBlock, VccAtomicOpBlock template)
     : base(containingBlock, template)
 {
     this.atomicOp = template.atomicOp;
 }
Ejemplo n.º 2
0
 protected VccAtomicOpBlock(BlockStatement containingBlock, VccAtomicOpBlock template)
     : base(containingBlock, template)
 {
     this.atomicOp = template.atomicOp;
 }