コード例 #1
0
ファイル: Statements.cs プロジェクト: edgar-pek/VCDryad
 private VccSpecStatement(BlockStatement containingBlock, VccSpecStatement template)
     : base(containingBlock, template)
 {
     this.wrappedStatement = template.wrappedStatement.MakeCopyFor(containingBlock);
 }
コード例 #2
0
ファイル: Statements.cs プロジェクト: tupipa/vcc
 private VccSpecStatement(BlockStatement containingBlock, VccSpecStatement template)
     : base(containingBlock, template)
 {
     this.wrappedStatement = template.wrappedStatement.MakeCopyFor(containingBlock);
 }