Пример #1
0
 private VccSpecStatement(BlockStatement containingBlock, VccSpecStatement template)
     : base(containingBlock, template)
 {
     this.wrappedStatement = template.wrappedStatement.MakeCopyFor(containingBlock);
 }
Пример #2
0
 private VccSpecStatement(BlockStatement containingBlock, VccSpecStatement template)
     : base(containingBlock, template)
 {
     this.wrappedStatement = template.wrappedStatement.MakeCopyFor(containingBlock);
 }