예제 #1
0
 public CodegenBlock(CodegenStatementWBlockBase parentWBlock)
 {
     this._parentWBlock = parentWBlock;
     this._parentMethod = null;
 }
예제 #2
0
 public CodegenBlock(ICodegenMethod parentMethod)
 {
     this._parentMethod = parentMethod;
     this._parentWBlock = null;
 }